I'm using WRO4j to process my less and js files, and I'm finding that the browser seems to keep caching the old files. WRO4j has an enhancement to add a hash to the URL to bust the cache, but it looks like it hasn't been done. What are my options to force the browser to reload the resources? I'd like a solution that worked regardless of environment.
Asked
Active
Viewed 564 times
1 Answers
1
I think this pretty much answers my question. WRO4J has no options available to handle this. But using URLRewriter, adding version information to the manifest during a build, and quick view template. Then voila! A solution.
https://raibledesigns.com/rd/entry/versioning_static_assets_with_urlrewritefilter

chubbsondubs
- 37,646
- 24
- 106
- 138
-
This is crazy. wro4j has many features but not this one out of the box? This is the reason I want to run jawr-like products in the first place. – zbig Jun 05 '16 at 20:18