Skip to content

Commit

Permalink
Fixes #3030
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Feb 18, 2016
1 parent 392a060 commit ab01483
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 @@ -109,7 +109,7 @@ gulp.task('compile-build', ['clean-build'], compileTask('out-build', true));
gulp.task('watch-build', ['clean-build'], watchTask('out-build', true));

// Default
gulp.task('default', ['compile-all']);
gulp.task('default', ['compile']);

// All
gulp.task('clean', ['clean-client', 'clean-plugins']);
Expand Down

0 comments on commit ab01483

Please sign in to comment.