Home > Q&A > body text
PHPz2017-04-17 16:35:08
gulp.watch(['app/*.html']).on('change', function(event) {
livereload.changed( event.path ); }); 试试这样。