diff --git a/gulpfile.js b/gulpfile.js index 331fdea4b..62b89fc17 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -149,7 +149,8 @@ const lintHtml = () => src([paths.temp.html + '/**/*.html', paths.temp.base + '* const serve = () => { browserSync.init({ - server: paths.temp.base + server: paths.temp.base, + notify: true }) watch([paths.src.scss], series(lintScss))