mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-24 08:29:53 +00:00
removed requests to lib/server/minify
This commit is contained in:
parent
c2aefe1329
commit
ba3a0db7cc
2 changed files with 9 additions and 12 deletions
|
|
@ -101,18 +101,13 @@ exports.Minify={
|
|||
try{
|
||||
lMinify = require('minify');
|
||||
}catch(pError){
|
||||
try{
|
||||
console.log(pError);
|
||||
lMinify = require('minify');
|
||||
}catch(pError){
|
||||
return console.log('Could not minify' +
|
||||
'withou minify module\n' +
|
||||
'for fixing type:\n' +
|
||||
'git submodule init\n' +
|
||||
'git submodule update\n' +
|
||||
'or\n' +
|
||||
'npm i minify');
|
||||
}
|
||||
return console.log('Could not minify' +
|
||||
'withou minify module\n' +
|
||||
'for fixing type:\n' +
|
||||
'git submodule init\n' +
|
||||
'git submodule update\n' +
|
||||
'or\n' +
|
||||
'npm i minify');
|
||||
}
|
||||
/*
|
||||
* temporary changed dir path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue