Re: Any dub tips and tricks

2014-10-18 Thread Joel via Digitalmars-d-learn
There is a mistake in the dil package.json excludedSourceFiles should be an array of strings, not just a string. But I don't get those errors on my OSX.

Re: Any dub tips and tricks

2014-10-17 Thread John Colvin via Digitalmars-d-learn
On Friday, 17 October 2014 at 22:01:22 UTC, Joel wrote: On Friday, 17 October 2014 at 08:32:13 UTC, Atila Neves wrote: Are you sure your package/dub.json is valid JSON? You can check it here: http://jsonlint.com/ Atila On Thursday, 16 October 2014 at 22:22:14 UTC, Joel wrote: Any way of usin

Re: Any dub tips and tricks

2014-10-17 Thread Joel via Digitalmars-d-learn
On Friday, 17 October 2014 at 08:32:13 UTC, Atila Neves wrote: Are you sure your package/dub.json is valid JSON? You can check it here: http://jsonlint.com/ Atila On Thursday, 16 October 2014 at 22:22:14 UTC, Joel wrote: Any way of using dub (on Windows or OSX). I've been trying it lately, b

Re: Any dub tips and tricks

2014-10-17 Thread Atila Neves via Digitalmars-d-learn
Are you sure your package/dub.json is valid JSON? You can check it here: http://jsonlint.com/ Atila On Thursday, 16 October 2014 at 22:22:14 UTC, Joel wrote: Any way of using dub (on Windows or OSX). I've been trying it lately, but not much success. 1. (In the command prompt or Terminal), I

Any dub tips and tricks

2014-10-16 Thread Joel via Digitalmars-d-learn
Any way of using dub (on Windows or OSX). I've been trying it lately, but not much success. 1. (In the command prompt or Terminal), I create a new folder. 2. Run 'dub init' in the new folder 3. I copy the dependency from a lib/app into the dub.json file. 4. Then I just enter 'dub' In Windows I