mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
00f35dd006
commit
fa74c05f56
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,7 @@
|
|||
|
||||
optimize: function(pName, pParams){
|
||||
var lResult;
|
||||
if(Minify)
|
||||
|
||||
if(Minify){
|
||||
if(!pParams)
|
||||
pParams = {};
|
||||
|
||||
|
|
@ -69,6 +68,7 @@
|
|||
'without minify module\n' +
|
||||
'npm i minify');
|
||||
}
|
||||
}
|
||||
|
||||
return lResult;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue