On Thu, 28 Feb 2013 19:41:01 +0100
Sönke Ludwig <[email protected]> wrote:
> 
> WRT DUB, this package.json should work as the bare minimum:
> {
>       "name": "sdlang-d",
>       "sourcePaths": ["src"],
>       "importPaths": ["src"]
> }
> 
> The "sourcePaths" and "importPaths" will not be necessary in the
> future, though. They should be inferred from the directory structure
> for the special cases "source" and "src", but currently are only for
> "source".

Ah, cool. I figured it'd be something pretty simple, but it was getting
late enough that even simple things were becoming difficult so I held
off on that, needed sleep ;)

Reply via email to