avevlad / gulp-connect

Gulp plugin to run a webserver (with live reload)
https://npmjs.org/package/gulp-connect
MIT License
632 stars 113 forks source link

Multiple gulp-connects run simultaneously, only one can update #265

Open ghost opened 5 years ago

ghost commented 5 years ago

The gulp-connect task runs on projects in different directories under the same root folder. Only the project that started gulp can be refreshed in real time. After the project is changed, the changes can be seen in the terminal, but there is no update in the browser.

gulp v 3.9.1 gulp-connect 5.0.0