Skip to content

Commit

Permalink
Update watch function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Nov 27, 2024
1 parent 9b7578d commit d373996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function buildStyles() {

exports.buildStyles = buildStyles;
exports.watch = function () {
gulp.watch('./sass/**/*.scss', ['sass']);
gulp.watch('./sass/**/*.scss', buildStyles);
};
````

Expand Down

0 comments on commit d373996

Please sign in to comment.