From 6669172ae8d8cc17c75c7b145abca0fc715e2545 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 20 Jun 2014 06:11:11 -0400 Subject: [PATCH] feature(gulp) add promise to ignore list --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) 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' ];