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
7a91537370
commit
1a3be10a64
2 changed files with 3 additions and 7 deletions
|
|
@ -2,9 +2,9 @@
|
|||
"cache" : {"allowed" : false},
|
||||
"minification" : {
|
||||
"js" : false,
|
||||
"css" : false,
|
||||
"css" : true,
|
||||
"html" : true,
|
||||
"img" : false
|
||||
"img" : true
|
||||
},
|
||||
"server" : true,
|
||||
"logs" : false,
|
||||
|
|
|
|||
|
|
@ -99,11 +99,7 @@ exports.Minify={
|
|||
}catch(pError){
|
||||
this._allowed={js:false,css:false,html:false};
|
||||
return console.log('Could not minify ' +
|
||||
'withou minify module\n' +
|
||||
'for fixing type:\n' +
|
||||
'git submodule init\n' +
|
||||
'git submodule update\n' +
|
||||
'or\n' +
|
||||
'withou minify module\n' +
|
||||
'npm i minify');
|
||||
}
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue