mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
removed requests to lib/server/minify
This commit is contained in:
parent
e2e8e1a8f4
commit
e37610b932
2 changed files with 9 additions and 12 deletions
|
|
@ -1,6 +1,8 @@
|
|||
2012.07.*, Version 0.1.2
|
||||
|
||||
* Added suport of jitsu.
|
||||
* Added module objects.js, Minify and Cache objects moved there.
|
||||
* Module Minify moved to node_modules dir
|
||||
|
||||
|
||||
2012.07.11, Version 0.1.1
|
||||
|
|
|
|||
|
|
@ -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