Skip to content

Commit b0dcaab

Browse files
author
Emmanouil Konstantinidis
committed
Fix gulp watch:scss
1 parent 3696e21 commit b0dcaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ gulp.task('build:scss', function () {
5656
});
5757

5858
gulp.task('watch:scss', function () {
59-
gulp.watch('./src/scss/app.scss', ['build-scss']);
59+
gulp.watch('./src/scss/app.scss', ['build:scss']);
6060
});
6161

6262
gulp.task('copy:fonts', function () {

0 commit comments

Comments
 (0)