Minification and CDN – minified file name doesn't change when its content does
-
I’m having problem with minification and CDN. I have child theme and in functions.php file i have registered couple of css files. When I change those files (and bump their version number in functions.php file), the minified css file keeps the same name (even though its content changes). This is a problem with CDN because that file is already in cache, so I have to invalidate the cache manually every time I do any CSS change.
How can I make W3TC change the name of the minified file when its contents change? Is it even possible?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Minification and CDN – minified file name doesn't change when its content does’ is closed to new replies.