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

Add stylesheet versions to bust CSS cache #1374

Merged
merged 1 commit into from Mar 11, 2023
Merged

Conversation

omidmogasemi
Copy link
Collaborator

Fixes #1136 - Webpack doesn't seem to support this out of the box.

Several online resources like this indicate versioning CSS files is the best way to do this without losing performance gains. Downside is that this will have to be changed on each version release, but seems like the most reliable method.

@jeremyrsmith
Copy link
Contributor

Maybe in the future we can automate this somehow

@omidmogasemi
Copy link
Collaborator Author

Agreed - made #1390 to track automating release processes

@omidmogasemi omidmogasemi merged commit 9a511c1 into master Mar 11, 2023
@omidmogasemi omidmogasemi deleted the bust-css-cache branch March 11, 2023 00:22
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.

Cache-busting needed for CSS assets
2 participants