From fe4d806c3370aae5a493815f2d9dfe691bd05444 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 24 Apr 2014 03:21:59 -0400 Subject: [PATCH] feature(gulp) add server subdirs --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 99167bac..c7cccfbe 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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' ];