mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
db3fe39368
commit
f043fd27a5
1 changed files with 11 additions and 11 deletions
|
|
@ -57,17 +57,17 @@
|
|||
Minify.optimize(pName, pParams);
|
||||
lResult = true;
|
||||
}
|
||||
else{
|
||||
this._allowed = {
|
||||
js : false,
|
||||
css : false,
|
||||
html : false
|
||||
};
|
||||
|
||||
console.log('Could not minify ' +
|
||||
'without minify module\n' +
|
||||
'npm i minify');
|
||||
}
|
||||
}
|
||||
else{
|
||||
this._allowed = {
|
||||
js : false,
|
||||
css : false,
|
||||
html : false
|
||||
};
|
||||
|
||||
console.log('Could not minify ' +
|
||||
'without minify module\n' +
|
||||
'npm i minify');
|
||||
}
|
||||
|
||||
return lResult;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue