Whenever I update my website to include new features, I obviously need to modify the existing css and js files. As the browsers cache the css and js files the site looks bad. Can I append some value at the end of each css and js files using .htaccess files so that the browsers are forced to reload these files each time my website gets updated.
Asked
Active
Viewed 1,102 times
2
-
http://css-tricks.com/update-on-css-caching/ – André Lucas Mar 18 '13 at 13:21
-
This is why i loove the grails-resources plugin... – techfoobar Mar 18 '13 at 13:21
-
1Please consider trying one of the approaches listed here: http://stackoverflow.com/questions/9692665/cache-busting-via-params – Eric S Mar 18 '13 at 13:23