From 02538e74d4294746419c4efcbbc942021aeee674 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 25 Apr 2014 09:29:21 -0400 Subject: [PATCH] feature(gulp) add test --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index c7cccfbe..09581896 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -13,6 +13,7 @@ LIB_SERVER = LIB + 'server/', Src = [ './*.js', + 'test/*.js', LIB + '*.js', LIB_CLIENT + 'storage/*.js', LIB_SERVER + '/**/*.js',