minor changes

This commit is contained in:
coderaiser 2012-08-24 04:57:27 -04:00
parent f51376cd2b
commit 21af275dac

View file

@ -388,7 +388,8 @@ CloudServer._controller=function(pReq, pRes)
/* if file not in one of caches
* and minimizing setted then minimize it
*/
else if(CloudServer.Minify)
else if(lName !== 'all.min.css' &&
CloudServer.Minify)
CloudServer.Minify.optimize(lName, {
cache: true,
callback: function(pFileData){