On 06/19/2015 07:28 AM, Etienne Cimon wrote:

The dub.json uses relative paths though while I'm developing. You're
free to adjust the file and try it,

You may want to consider just using dub's (add|remove)-local for that instead. You can rip those "path" elements out of dub.json completely, then just do:

$ dub add-local ../botan
$ dub add-local ../libasync

And it will use those paths on your machine only, without mucking up the dub.json.

Then when you're done (or if you want to change paths):

$ dub remove-local ../botan
$ dub remove-local ../libasync

Reply via email to