Skip to content

Commit

Permalink
gulp-watch v3.0.0 API
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayerlein committed Dec 19, 2014
1 parent 994f872 commit c9563c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/rebuild-only-files-that-change.md
Expand Up @@ -9,7 +9,7 @@ var watch = require('gulp-watch');

gulp.task('default', function() {
return gulp.src('sass/*.scss')
.pipe(watch())
.pipe(watch('sass/*.scss'))
.pipe(sass())
.pipe(gulp.dest('dist'));
});
Expand Down

0 comments on commit c9563c7

Please sign in to comment.