mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fixed bug not inicialized MinFolder
This commit is contained in:
parent
910d61d1a2
commit
c52ffae2a0
1 changed files with 4 additions and 3 deletions
|
|
@ -104,9 +104,7 @@ exports.Minify={
|
|||
'npm i minify');
|
||||
}
|
||||
|
||||
var lOptimizeParams = [];
|
||||
if (this._allowed.js) {
|
||||
/*
|
||||
/*
|
||||
* temporary changed dir path,
|
||||
* becouse directory lib is write
|
||||
* protected by others by default
|
||||
|
|
@ -118,6 +116,9 @@ exports.Minify={
|
|||
this.MinFolder = '/' + lMinify.MinFolder;
|
||||
var lMinFolder=this.MinFolder;
|
||||
|
||||
var lOptimizeParams = [];
|
||||
if (this._allowed.js) {
|
||||
|
||||
var lJSFiles = [this.LIBDIR + 'cloudfunc.js',
|
||||
this.LIBDIRCLIENT + 'keyBinding.js',
|
||||
this.LIBDIRCLIENT + 'editor.js',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue