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

Assets don't get re-written upon recompile. #266

Closed
envygeeks opened this issue Apr 29, 2016 · 0 comments
Closed

Assets don't get re-written upon recompile. #266

envygeeks opened this issue Apr 29, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@envygeeks
Copy link
Owner

Assets don't get rewritten upon recompile because the assets dependencies aren't added to the used list, so technically they aren't used because it's coming from the cache. To fix this we need to pull all the dependencies of every asset that we use.

@envygeeks envygeeks added the bug label Apr 29, 2016
@envygeeks envygeeks added this to the v2.2.1 milestone Apr 29, 2016
@envygeeks envygeeks self-assigned this Apr 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant