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/"
}

What’s the solution?

Please also report over at https://github.com/austinpray/asset-builder/issues

Done: https://github.com/austinpray/asset-builder/issues/54