mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 10:38:26 +00:00
minor changes
This commit is contained in:
parent
552864b11d
commit
37eba9b2bc
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ exports.Minify={
|
|||
.replace('cloudfunc.js','cloudfunc.min.js')
|
||||
.replace('keyBinding.js','keyBinding.min.js')
|
||||
.replace('/lib/client/', lMinFolder)
|
||||
.replace('/lib/', lMinFolder).length));
|
||||
.replace('/lib/', lMinFolder)).length);
|
||||
return pFinalCode;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue