-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bust browser cache for JS and CSS assets
Some users have reported a error when modifying menus, as their JS files were still cached, therefore they were sending full arrays back to the controller. This fix should encourage their browsers to download the latest JS files. Refs: https://github.com/rainlab/pages-plugin/commit/fc99d037f075e4093c2fc640862e7ce122ad32de\#r39741923
- Loading branch information
Ben Thomson
committed
Jun 9, 2020
1 parent
a1210a4
commit 3b6c5a7
Showing
3 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3b6c5a7
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.
@bennothommo that would be why I still got the cached version after upgrading.
Thanks for fixing this.
3b6c5a7
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.
No worries @mjauvin