Am 19.07.2013 14:44, schrieb Blake Anderton:

Another tweak I've found with the project generation is by default *.json files are set to be cleaned up in the main project. This ens up deleting the packages.json file when the project is cleaned or rebuilt. You can easily remove it from the cleanup list in the project settings, but if dub has any say in how that project gets generated it might be nice thing to leave out by default.

Good catch, thanks! I didn't see that behavior since the package.json
file was added to each generated project and forgot to research it (I
didn't notice the cleanup pattern list). Fixed now on git master.