mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
take avay build in file name parameters in function jsScripts minify module to server.js
This commit is contained in:
parent
858344b38f
commit
5e5a824d7d
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