Fix BrowserSync Error
This commit is contained in:
parent
41b0edf0e4
commit
312ed7f04d
@ -97,7 +97,7 @@ gulp.task('final:serve', function(done) {
|
||||
gulp.watch('site/**/*.html', gulp.series('hugo'));
|
||||
gulp.watch('site/**/*.md', gulp.series('hugo'));
|
||||
|
||||
gulp.watch('build/**/*').on('change', function() {
|
||||
gulp.watch('build/**/*').on('change', function(x) {
|
||||
browserSync.reload(x);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user