Some assets are no longer built when I specify the dist directory in manifest.json
PanzerKunst opened this issue · 2 comments
PanzerKunst commented
Hi,
I've been using Sage with the default destination directory for built assets (/dist
), and it works perfectly: my fonts, images, scripts and styles are generated there without problem when running the gulp
command.
Now, I need to change the destination directory to /public
, and it creates issues: only a small subset of my assets get generated in /public
.
The way I tried to change the destination directory was to add the following to assets/manifest.json
:
"paths": {
"dist": "public/"
}
I also posted here: https://discourse.roots.io/t/some-assets-are-no-longer-built-when-i-specify-the-dist-directory-in-manifest-json/4921
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27253579-some-assets-are-no-longer-built-when-i-specify-the-dist-directory-in-manifest-json?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github).austinpray commented
Thanks for the issue! I'll see if I can reproduce this.
PanzerKunst commented
Hi Austin, did you manage to reproduce the issue?