Skip to content

Commit

Permalink
Gulp should ignore the qunit directory here.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Nov 17, 2017
1 parent 0f26699 commit 6d9b217
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/gulpfile.js
Expand Up @@ -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
Expand Down

0 comments on commit 6d9b217

Please sign in to comment.