Some assets are no longer built when I specify the dist directory in manifest.json
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
Thanks for the issue! I'll see if I can reproduce this.
Hi Austin, did you manage to reproduce the issue?