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:
---
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).
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 thegulp
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
: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