Answer the question
In order to leave comments, you need to log in
How to set up livereload in browsersync + denwer when changing php files?
There is a task
gulp.task( 'watch', function ()
{
gulp.watch( sassDir + "**/*.scss", ['sassPostCSS'] );
gulp.watch( appDir + "*.html", ['html'] );
BsPHP.watch( appDir + "**/*.*" ).on( 'change', BsPHP.reload );
});
gulp.task( 'default', ['BsInit', 'sassPostCSS', 'watch'] );
Answer the question
In order to leave comments, you need to log in
Есть расширение в chrome Live Page, задаешь интервал перезагрузки страницы, он перезагружает любые страницы.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question