Skip to content

Commit

Permalink
chore(gulp): dont watch docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Mar 10, 2014
1 parent 7ec0605 commit ed1dbb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ gulp.task('docs', function() {
var IS_WATCH = false;
gulp.task('watch', function() {
IS_WATCH = true;
gulp.watch('js/**/*.js', ['bundle', 'docs']);
gulp.watch('docs/**/*', ['docs']);
gulp.watch('js/**/*.js', ['bundle']);
gulp.watch('scss/**/*.scss', ['sass']);
});

Expand Down

0 comments on commit ed1dbb7

Please sign in to comment.