Thread overview |
---|
March 21, 2016 setting stringImportPaths in dub.json | ||||
---|---|---|---|---|
| ||||
"stringImportPaths": ["../sharedViews/"] nope... "buildSettings": { "stringImportPaths": ["../sharedViews/"] } nope... "package": { "name": "myownfreakingpackage", "buildSettings": { "stringImportPaths": ["../sharedViews/"] } } nope... "package": { "name": "myownfreakingpackage", "stringImportPaths": ["../sharedViews/"] } nope... How do you add stringImportPaths? I want to import stuff besides in just views/, some multi-project shared folders. |
March 21, 2016 Re: setting stringImportPaths in dub.json | ||||
---|---|---|---|---|
| ||||
Posted in reply to cy | I also tried symlinking ../sharedViews into views/shared and importing "shared/common.stuff" but that didn't work either. |
March 21, 2016 Re: setting stringImportPaths in dub.json | ||||
---|---|---|---|---|
| ||||
Posted in reply to cy | On Monday, 21 March 2016 at 04:58:37 UTC, cy wrote:
> I also tried symlinking ../sharedViews into views/shared and importing "shared/common.stuff" but that didn't work either.
Oh. I was editing dub.selections.json. Never mind, I'm just an idiot.
|
Copyright © 1999-2021 by the D Language Foundation