-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 cachebusters #934
Add cachebusters #934
Conversation
@LukasReschke, thanks for your PR! By analyzing the annotation information on this pull request, we identified @jancborchardt, @Henni and @MorrisJobke to be potential reviewers |
@@ -860,7 +860,7 @@ span.ui-icon {float: left; margin: 3px 7px 30px 0;} | |||
div.crumb { | |||
float: left; | |||
display: block; | |||
background-image: url('../img/breadcrumb.svg'); | |||
background-image: url('../img/breadcrumb.svg?v=1'); |
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.
🙈
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.
🙊
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.
🙉
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.
💩
👍 |
damn that is ugly.... 🙊 |
To be increased every release? |
If the linked resource changes, we have this already in place for a few other CSS files. But those were missing. |
@nextcloud/designers @Bugsbane Just to let you know of this: When changing an image/icon/... check if there is a reference right inside the CSS and adjust the number. This then allows us to provide the cache buster to hit in and always the correct image is used ;) |
Alright, sounds good! :) |
Add cachebusters
Fixes #81