mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(gulp) add server dir
This commit is contained in:
parent
b56fb62074
commit
340d230b7c
1 changed files with 4 additions and 2 deletions
|
|
@ -9,11 +9,13 @@
|
|||
test = require('./test/test.js'),
|
||||
|
||||
LIB = './lib/',
|
||||
LIB_CLIENT = LIB + 'client/',
|
||||
LIB_CLIENT = LIB + 'client/',
|
||||
LIB_SERVER = LIB + 'server/',
|
||||
Src = [
|
||||
'./*.js',
|
||||
LIB + '*/*.js',
|
||||
LIB + '*.js',
|
||||
LIB_CLIENT + 'storage/*.js',
|
||||
LIB_SERVER + '/*.js',
|
||||
'!' + LIB + 'diff/diff-match-patch.js',
|
||||
'!' + LIB_CLIENT + 'jquery.js'
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue