Merge pull request 'mods in gulpfile so `npm start` will track all .scss files inside `assets/scss`' (#9) from fix/gulpfile-scss into develop
Reviewed-on: #9
This commit is contained in:
commit
364d45d7fe
|
@ -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