Browse Source

Update gulpfile.js

pull/4889/head
Daniel 2 years ago
parent
commit
4455d45f66
  1. 3
      gulpfile.js

3
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))

Loading…
Cancel
Save