mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-29 18:50:31 +00:00
minor changes
This commit is contained in:
parent
dcc1e4e539
commit
0b63d0f25b
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ CloudServer._controller=function(pReq, pRes)
|
|||
* and minimizing setted then minimize it
|
||||
*/
|
||||
else if(lName.indexOf('min') < 0 &&
|
||||
CloudFunc.checkExtension(['js','css','html']) &&
|
||||
CloudFunc.checkExtension(lName, ['js','css','html']) &&
|
||||
CloudServer.Minify)
|
||||
CloudServer.Minify.optimize(lName, {
|
||||
cache: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue