mods in gulpfile so `npm start` will track all .scss files inside `assets/scss`
This commit is contained in:
parent
6f77deb6ed
commit
4d6e898e74
|
@ -28,6 +28,7 @@ function serve() {
|
|||
});
|
||||
|
||||
gulp.watch("asset/scss/*.scss", sass);
|
||||
gulp.watch("asset/scss/*/*.scss", sass);
|
||||
gulp.watch("*.html").on('change', browserSync.reload);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue