Skip to content

Commit d373996

Browse files
committed
Update watch function docs
1 parent 9b7578d commit d373996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function buildStyles() {
215215

216216
exports.buildStyles = buildStyles;
217217
exports.watch = function () {
218-
gulp.watch('./sass/**/*.scss', ['sass']);
218+
gulp.watch('./sass/**/*.scss', buildStyles);
219219
};
220220
````
221221

0 commit comments

Comments
 (0)