gulp-community / gulp-livereload

gulp plugin for livereload
768 stars 67 forks source link

html changed but not livereloaded? #92

Open ytqiu opened 9 years ago

ytqiu commented 9 years ago

hi, i found when html page changed and event sent to browser, but reloadPage() not do it correct! finally i found, this.window.document.location.reload() can not load from server. so i add 50ms delay, it's okay. so, i do not know, is it a problem livereload should fix?

sorry for my english.

leo commented 8 years ago

Hey, @ytqiu! Just wanted to let you know that I've created a standalone fork of this repo, since it doesn't seem to be maintained anymore. You can find it here.

So I might be a good idea to re-open this issue there.