Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix consistency of output paths of assets #314

Closed
matt-gadd opened this issue Sep 11, 2019 · 0 comments · Fixed by #423
Closed

Fix consistency of output paths of assets #314

matt-gadd opened this issue Sep 11, 2019 · 0 comments · Fixed by #423
Assignees
Labels
bug next Issue/Pull Request for the next major version

Comments

@matt-gadd
Copy link
Contributor

Bug
We currently are a bit inconsistent in terms of where we place and how we name outputted assets.

For instance, for assets such as images, we always output them to the root of the output folder and they are always content hashed. For css and js, the assets are output to the directory structure they would've existed in the source of the project, and they are only hashed for a dist build.

We should normalize this by fixing one or the other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment