hiddentao / gulp-server-livereload

Gulp plugin to run a local webserver with livereload enabled via socket.io. Also comes with standalone command-line interface.
MIT License
93 stars 28 forks source link

how to set timeout to start the reload #22

Open RyanLiu0235 opened 8 years ago

RyanLiu0235 commented 8 years ago

i found that web could have refreshed while less is still compiling, which is always happened when the final less file import too many less files. i didn't find the api in both github and npmjs.org. any method to set this? im a rookie of nodejs, thx!

RyanLiu0235 commented 8 years ago

or anyway to make sure that reloading is 100% start after less(), im not sure i've made myself clear.

RyanLiu0235 commented 8 years ago

and all the css files are not gonna be reloaded when Save? i dont figure out what's going on cos this is really wired.

hiddentao commented 8 years ago

Have added some docs now on preventing livereload from being triggered when the sass/less files change. Hope that helps.

cursedxp commented 7 years ago

Hi i need to reload page when i need ? Such as after a file transfer i want to reload page. Is there any manuel reload ? How can do that thanks