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' ];