diff --git a/gulpfile.js b/gulpfile.js index 36bcce42..3625cb7f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -19,6 +19,7 @@ './*.js', 'test/*.js', LIB + '*.js', + LIB_CLIENT + '/*.js', LIB_CLIENT + 'storage/*.js', LIB_SERVER + '/**/*.js', '!' + LIB + 'diff/diff-match-patch.js',