Update gulpfile.js

pull/4889/head
Daniel 2023-02-04 20:35:58 +05:30
parent d6b750eb00
commit 4455d45f66
1 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,8 @@ const lintHtml = () => src([paths.temp.html + '/**/*.html', paths.temp.base + '*
const serve = () => { const serve = () => {
browserSync.init({ browserSync.init({
server: paths.temp.base server: paths.temp.base,
notify: true
}) })
watch([paths.src.scss], series(lintScss)) watch([paths.src.scss], series(lintScss))