Skip to content

Commit

Permalink
Merge pull request #834 from danielbayerlein/gulp-watch-v3
Browse files Browse the repository at this point in the history
gulp-watch v3.0.0 API
  • Loading branch information
Eric Schoffstall committed Dec 24, 2014
2 parents f66bbb4 + c9563c7 commit 51e5a24
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 51e5a24

Please sign in to comment.