mirror of https://github.com/ColorlibHQ/AdminLTE
Update gulpfile.js
parent
d6b750eb00
commit
4455d45f66
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue