diff --git a/gulpfile.js b/gulpfile.js index 68c9e932..565a1e9c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -23,6 +23,7 @@ LIB_CLIENT + 'storage/*.js', LIB_SERVER + '/**/*.js', '!' + LIB + 'diff/diff-match-patch.js', + '!' + LIB + 'promise.js', '!' + LIB_CLIENT + 'jquery.js' ];