How in gulp to work with several html files so that autoupdate works on all these files? (browsersync is connected)
gulp.task('browserSync', function() { browserSync.init({ server: { baseDir: 'app' }, }) }) gulp.task('watch', 'browserSync', function(){ gulp.watch("ваш путь к файлам/*.html").on("change", reload); });
Source: https://ru.stackoverflow.com/questions/630167/More articles:VK reports ERR_UPLOAD_BAD_SERVERCannot parallelize WINAPI streamsOrganization of change history on serversWindows 10 license on laptopWorking with the camera in UWP and adding effectsStrange text in Vim help filesWordPress's get_post_meta () function does not workMenu on jquery - when opening links do not workWhen requesting a file, issue another url via .htaccessHow to unmount (disconnect) USB hdd on android?All Articles