Skip to content

Commit

Permalink
Fixes default task
Browse files Browse the repository at this point in the history
  • Loading branch information
sgenyk91 committed Jan 12, 2015
1 parent 790a76f commit 1fa0231
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 @@ -35,4 +35,4 @@ gulp.watch('watch', function() {
gulpwatch(path._____, ['lint']);
});

gulp.task('default', ['lint', 'watch']);
gulp.task('default', ['lint', 'templates', 'one', 'watch']);

0 comments on commit 1fa0231

Please sign in to comment.