mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
minor changes
This commit is contained in:
parent
1adf5e4db4
commit
9af6f4fd55
1 changed files with 3 additions and 4 deletions
|
|
@ -121,11 +121,12 @@ exports.Minify={
|
|||
var lMinFolder=this.MinFolder;
|
||||
|
||||
var getJSFiles_f = function(){
|
||||
return [this.LIBDIR + 'cloudfunc.js',
|
||||
return [this.LIBDIR + 'cloudfunc.js',
|
||||
this.LIBDIRCLIENT + 'keyBinding.js',
|
||||
this.LIBDIRCLIENT + 'editor.js',
|
||||
this.LIBDIRCLIENT + 'viewer.js'];
|
||||
};
|
||||
var lJSFiles = getJSFiles_f();
|
||||
|
||||
/* post processing function for file
|
||||
* client.js
|
||||
|
|
@ -145,9 +146,7 @@ exports.Minify={
|
|||
var getMinName_f = function(pName){
|
||||
return pName.replace('.js','min.js');
|
||||
};
|
||||
|
||||
var lJSFiles = getJSFiles_f();
|
||||
|
||||
|
||||
console.log(lJSFiles);
|
||||
for(var i=0; i < lJSFiles.length; i++){
|
||||
console.log(lJSFiles[i]+'\n');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue