mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 17:29:27 +00:00
minor changes
This commit is contained in:
parent
9af2137608
commit
9e3acd7ce9
3 changed files with 3 additions and 3 deletions
|
|
@ -101,7 +101,7 @@ exports.Minify={
|
|||
lMinify = require('minify');
|
||||
}catch(pError){
|
||||
this._allowed={js:false,css:false,html:false};
|
||||
return console.log('Could not minify' +
|
||||
return console.log('Could not minify ' +
|
||||
'withou minify module\n' +
|
||||
'for fixing type:\n' +
|
||||
'git submodule init\n' +
|
||||
|
|
|
|||
2
node_modules/minify
generated
vendored
2
node_modules/minify
generated
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit d08b97db461c5e0227df178a699c376c963d48ee
|
||||
Subproject commit 24173f35158113193847d744dacce0faf266b074
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"node": "0.6.17",
|
||||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
"minify": "0.1.2"
|
||||
"minify": "0.1.3"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue