[mmr 1.6.11] How to use custom js and css cache url?
-
Hi,
It seems that when you specify custom js and css cache url (MMR_JS_CACHE_URL and MMR_CSS_CACHE_URL), minified assets are not loaded (error 404) due to the fact that minified files are always stored in the main cache folder (MMR_CACHE_DIR).I’ve specified custom js and css url as following:
define('MMR_CSS_CACHE_URL', MMR_CACHE_URL.'/js'); define('MMR_CSS_CACHE_URL', MMR_CACHE_URL.'/css');
files are stored in /wp-content/mmr/ directory
but custom urls are /wp-content/mmr/css and /wp-content/mmr/jsHow should I specify custom urls to works properly?
Thanks in advance, this plugin is VERY awesome!!!!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[mmr 1.6.11] How to use custom js and css cache url?’ is closed to new replies.