mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
take avay build in file name parameters in function jsScripts minify module to server.js
This commit is contained in:
parent
6dde5720ff
commit
40e4449a67
1 changed files with 1 additions and 5 deletions
|
|
@ -73,11 +73,7 @@ exports.jsScripts=function jsScripts(pJSFiles_a){
|
|||
var CLIENT_JS='client.js';
|
||||
var CLOUDFUNC_JS='lib/cloudfunc.js';
|
||||
var CLIENT_KEYBINDING_JS='lib/client/keyBinding.js';
|
||||
|
||||
pJSFiles_a=['client.js',
|
||||
'lib/cloudfunc.js',
|
||||
'lib/client/keyBinding.js'];
|
||||
|
||||
|
||||
var dataReaded_f=function(pFileName, pData){
|
||||
console.log('file ' + pFileName + ' readed');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue