minor changes

This commit is contained in:
coderaiser 2012-07-24 10:34:38 -04:00
parent 7a91537370
commit 1a3be10a64
2 changed files with 3 additions and 7 deletions

View file

@ -2,9 +2,9 @@
"cache" : {"allowed" : false},
"minification" : {
"js" : false,
"css" : false,
"css" : true,
"html" : true,
"img" : false
"img" : true
},
"server" : true,
"logs" : false,

View file

@ -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');
}
/*