Re: DUB copyFiles for subPackages

2019-12-17 Thread Dmitriy via Digitalmars-d-learn
copyFiles in subPackage finds file correct, so changing it gives "file not found". Also subPackage builds into "targetPath": "/template" as expected. But copyFiles uses "targetPath": "/build" instead of using it's local "targetPath": "/template". I just assumed if targetPath has been set in

Re: DUB copyFiles for subPackages

2019-12-17 Thread Andre Pany via Digitalmars-d-learn
On Tuesday, 17 December 2019 at 13:03:17 UTC, Dmitriy wrote: { ... "configurations": [ { ... "targetPath": "/build", "copyFiles": [ "/template"

DUB copyFiles for subPackages

2019-12-17 Thread Dmitriy via Digitalmars-d-learn
{ ... "configurations": [ { ... "targetPath": "/build", "copyFiles": [ "/template" ], "dependencies": {