Answer the question
In order to leave comments, you need to log in
Why doesn't gulp update all html files?
Hello.
Why do I write like this:
gulp.task('watch', function () {
watch('./app/*.html', gulp.parallel( bs.reload ))
})
and it doesn't refresh pages when changing gulp.task('watch', function () {
watch('./app/index.html', gulp.parallel( bs.reload ))
}) то так обновляет файл, что я не так делаю выше?
Answer the question
In order to leave comments, you need to log in
watch('./app/**/*.html', gulp.parallel( bs.reload ))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question