austinpray / asset-builder

assembles and orchestrates your dependencies so you can run them through your asset pipeline.
http://use-asset-builder.austinpray.com
MIT License
180 stars 30 forks source link

Some assets are no longer built when I specify the dist directory in manifest.json #54

Open PanzerKunst opened 9 years ago

PanzerKunst commented 9 years ago

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 9 years ago

Thanks for the issue! I'll see if I can reproduce this.

PanzerKunst commented 9 years ago

Hi Austin, did you manage to reproduce the issue?