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
21af275dac
commit
2e95a304a2
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ CloudServer._controller=function(pReq, pRes)
|
|||
/* if file not in one of caches
|
||||
* and minimizing setted then minimize it
|
||||
*/
|
||||
else if(lName !== 'all.min.css' &&
|
||||
else if(lName.indexOf('min') < 0 &&
|
||||
CloudServer.Minify)
|
||||
CloudServer.Minify.optimize(lName, {
|
||||
cache: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue