mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
minor changes
This commit is contained in:
parent
f043fd27a5
commit
5ba73ac192
4 changed files with 11 additions and 7 deletions
|
|
@ -334,14 +334,13 @@
|
|||
(lCheck_f('css') && lMin_o.css) ||
|
||||
(lCheck_f('html') && lMin_o.html);
|
||||
|
||||
if(lResult){
|
||||
if(lResult)
|
||||
lResult = CloudServer.Minify.optimize(lName, {
|
||||
cache: true,
|
||||
callback: function(pFileData){
|
||||
lReadFileFunc_f(undefined, pFileData, false);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if(!lResult)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue