Hi, I just installed W3 Total Cache and I'm having trouble woth the minify stuff. I specified all the JS and CSS files I wanted to minify in Minify Settings page. I also verified that the links are correct by clicking on the Verify links. However, after I save Changes, and clear cache, the default.include.js shows this:
/* minify_130e1ae9d07e2c4a2a18a2ddef985bcd.js */
/* 1 */ 404 Not Found
/* 2 */
;
/* minify_0a71b48327de1236ce3041511a2d060b.js */
/* 1 */ 404 Not Found
/* 2 */
;
/* minify_a25de26f5403c2dafec291fcfcb46469.js */
/* 1 */ 404 Not Found
/* 2 */
;
/* minify_154e86100c1d77b3126e4ed8ceca4929.js */
/* 1 */ 404 Not Found
/* 2 */
;
/* minify_594748a6fe5c0aa3d1ac867d5a989219.js */
/* 1 */ 404 Not Found
/* 2 */
;
/* minify_206f944e6ec7364eb998f04ac0b5667c.js */
/* 1 */ 404 Not Found
/* 2 */
When I look at the contents of those minified js files, it looks like this:
404 Not Found
Is there something I am doing wrong or is this a bug?