diff --git a/gulpfile.js b/gulpfile.js index e699dbe..7b8e5f0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -153,7 +153,7 @@ gulp.task( 'clean-source', function() { // Run: // gulp watch-bs // Starts watcher with browser-sync. Browser-sync reloads page automatically on your browser -gulp.task( 'watch-bs', gulp.series('browser-sync', 'watch', 'scripts')); +gulp.task( 'watch-bs', gulp.parallel('browser-sync', 'watch')); // Run: // gulp copy-assets.