diff --git a/gulpfile.js b/gulpfile.js index 2d65205..055a2ae 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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); }