diff --git a/client/gulpfile.js b/client/gulpfile.js index 8eb82da1a3b5..38f67aa89557 100644 --- a/client/gulpfile.js +++ b/client/gulpfile.js @@ -16,8 +16,9 @@ var paths = { node_modules: './node_modules', scripts: [ 'galaxy/scripts/**/*.js', - '!galaxy/scripts/apps/**/*.js', - '!galaxy/scripts/libs/**/*.js' + '!galaxy/scripts/qunit/**/*', + '!galaxy/scripts/apps/**/*', + '!galaxy/scripts/libs/**/*' ], lib_locs: { // This is a stepping stone towards having all this staged