diff --git a/gulpfile.js b/gulpfile.js index c4e05d1c..71b03552 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -19,7 +19,7 @@ LIB_SERVER = LIB + 'server/', Src = [ './*.js', - 'test/*.js', + 'test/**/*.js', LIB + '*.js', LIB_CLIENT + '/*.js', LIB_CLIENT + 'storage/*.js',