Skip to content

Commit

Permalink
Fix default gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw committed Dec 29, 2015
1 parent 60c61e3 commit 38e6b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function runKarmaTests(configObj, done, singleRun) {
}).start();
}

gulp.task('default', ['build', 'test-headless-no-watch']);
gulp.task('default', ['build', 'test-headless']);

gulp.task('build', ['build-js', 'build-css']);
// When actually setting up CI stuff, this will need to run in sequence.
Expand Down

0 comments on commit 38e6b53

Please sign in to comment.