Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
deleted the watch tasks because it's the same as serve
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Jan 13, 2016
1 parent 4412b3f commit 3aaa71d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ gulp.task('travis-ci', ['build:website'], () => {
gulp.task('default', ['clean'], () => {
gulp.start('build');
});

gulp.task('watch', ['default'], () => {
gulp.watch('src/**/*', ['default']);
});

0 comments on commit 3aaa71d

Please sign in to comment.