minor changes

This commit is contained in:
coderaiser 2012-08-31 03:46:11 -04:00
parent a8e94d9459
commit 66936ebc04

View file

@ -157,8 +157,8 @@ exports.Minify = {
lResult = false;
this._allowed = {js:false,css:false,html:false};
console.log('Could not minify ' +
'without minify module\n' +
console.log('Could not minify ' +
'without minify module\n' +
'npm i minify');
}
}