Compare commits

..

No commits in common. "364d45d7fe13b992c128fd48258a502579e69e9b" and "b27ed67638201380b438e571e530467ab8e8a32c" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ function serve() {
}); });
gulp.watch("asset/scss/*.scss", sass); gulp.watch("asset/scss/*.scss", sass);
gulp.watch("asset/scss/*/*.scss", sass);
gulp.watch("*.html").on('change', browserSync.reload); gulp.watch("*.html").on('change', browserSync.reload);
} }