-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 content hash to CSS files #6282
Add content hash to CSS files #6282
Conversation
Cloudflare Pages deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to fix the issue, network inspector shows the loaded CSS files now have hashes in the name.
Can you change the target branch to release-10.10.z and add the "stable backport" label?
e7e4725
to
89b5e44
Compare
Quality Gate passedIssues Measures |
Add content hash to CSS files Original-merge: d365dd1 Merged-by: thornbill <[email protected]> Backported-by: Joshua M. Boniface <[email protected]>
Add content hash to CSS files Original-merge: d365dd1 Merged-by: thornbill <[email protected]> Backported-by: Joshua M. Boniface <[email protected]>
Changes
Add a content hash to CSS files to prevent caching issues
Issues