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

run autoprefix before asset fingerprinting #39

Merged
merged 1 commit into from Sep 19, 2017

Conversation

cbrevdev
Copy link
Contributor

@cbrevdev cbrevdev commented Sep 8, 2017

Ember addon dependency to run before broccoli-asset-rev.

Addressing #38

@rwjblue
Copy link
Contributor

rwjblue commented Sep 9, 2017

👍 - Thanks for tracking this down!

@LucasHillDex
Copy link

Should we add that ember-cli-autoprefixer should also run before ember-cli-sri as I think a very similar issue is happening there.

@cbrevdev
Copy link
Contributor Author

Added ember-cli-sri to the before list.

I'm now wondering whether we should also be adding an entry to the broccoli-asset-rev project to be explicitly before ember-cli-sri? Either that, or modify ember-cli-sri to have broccoli-asset-rev be after...

@kimroen
Copy link
Owner

kimroen commented Sep 19, 2017

It kind of sounds like we might be missing a logical step in asset generation; both of these want to run after the contents of the assets have "settled", so to speak.

I'm happy to merge these to avoid the issue here, though. Thank you very much!

@kimroen kimroen merged commit 4e06762 into kimroen:master Sep 19, 2017
kimroen added a commit that referenced this pull request Sep 19, 2017
@kimroen
Copy link
Owner

kimroen commented Sep 19, 2017

Thanks again, this has been released as version 0.8.1!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants