mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactored
This commit is contained in:
parent
8caa779dce
commit
bea9ba92cd
1 changed files with 4 additions and 0 deletions
|
|
@ -67,6 +67,9 @@
|
|||
}
|
||||
lRet = this._allowed.css || this._allowed.js || this._allowed.html;
|
||||
|
||||
if(!this.MinFolder)
|
||||
this.MinFolder = Minify.MinFolder;
|
||||
|
||||
if(pParams && pParams.force)
|
||||
Minify.optimize(pName, pParams);
|
||||
else if(lRet)
|
||||
|
|
@ -91,6 +94,7 @@
|
|||
},
|
||||
|
||||
/* minification folder name */
|
||||
MinFolder : '',
|
||||
getName : Minify ? Minify.getName : Util.retFalse
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue