Minify purge doesn’t update minify files on local
-
We’re using W3TC for our site and have it working fine with minify set to manual, we create a json list of scripts to minify. The issue I’m having is that while clearing cache works fine on production and staging servers, and on other developers local servers, in my WAMP local when I purge minify, it rebuilds the same file every time. No errors, success message is shown, but any changes made to the scripts is not included in the build. Disk cache is turned on.
I’ve tried the following to get changes to show up in the minified file:
– deleted entire /cache folder
– cleared browser cache
– turned off minify, turned it back on
– uninstalled w3tc, then reinstalledWhat I’m most puzzled about is where on earth is W3TC reading the old version of the file, when it’s definitely been changed?
I’ve had this problem with JS files included from the theme. Haven’t tested with CSS files.
- The topic ‘Minify purge doesn’t update minify files on local’ is closed to new replies.