mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(gulp) add server subdirs
This commit is contained in:
parent
dce438d20c
commit
fe4d806c33
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
'./*.js',
|
||||
LIB + '*.js',
|
||||
LIB_CLIENT + 'storage/*.js',
|
||||
LIB_SERVER + '/*.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