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

Files included via css urls don't get cache busters anymore #3926

Closed
mic4ael opened this issue May 14, 2019 · 0 comments · Fixed by #3930
Closed

Files included via css urls don't get cache busters anymore #3926

mic4ael opened this issue May 14, 2019 · 0 comments · Fixed by #3930
Assignees
Projects

Comments

@mic4ael
Copy link
Member

mic4ael commented May 14, 2019

We used to generate paths like /fonts/roboto/roboto-bold-webfont__v8a318ea0.woff2 when referenced in CSS. But now it's just the original /fonts/roboto/roboto-bold-webfont.woff2

The indicoStaticLoader that takes care of this never gets called anymore; my guess is that this is somehow because of the postcss namespace logic we have.

@mic4ael mic4ael created this issue from a note in Release 2.2 (2.2-beta) May 14, 2019
@mic4ael mic4ael moved this from 2.2-beta to In progress in Release 2.2 May 14, 2019
@mic4ael mic4ael self-assigned this May 14, 2019
@mic4ael mic4ael moved this from In progress to Awaiting Merge in Release 2.2 May 15, 2019
Release 2.2 automation moved this from Awaiting Merge to Done May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Release 2.2
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant