From 4455d45f66b3c710c75c6c26d2b1987fbc292fbb Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Sat, 4 Feb 2023 20:35:58 +0530 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))