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

On code change gulp connect continuously reloads client #222

Open sbabeal opened 7 years ago

sbabeal commented 7 years ago

I'm wondering if anyone else has seen this issue. On first load everything works. If it make one code change it triggers the rebuild and then after the web browser continuously reloads over and over again. Has anyone seen this?

soryy708 commented 6 years ago

Perhaps you have a bug in your gulp task. What's your gulpfile?