mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
f51376cd2b
commit
21af275dac
1 changed files with 2 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue