mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +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)
|
||||
|
|
|
|||
|
|
@ -46,7 +46,8 @@
|
|||
if(!pParams)
|
||||
pParams = {};
|
||||
|
||||
pParams.force = this.force;
|
||||
if(this.force)
|
||||
pParams.force = this.force;
|
||||
|
||||
if(!this.MinFolder)
|
||||
this.MinFolder = Minify.MinFolder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue