gulp-community / gulp-livereload

gulp plugin for livereload
768 stars 67 forks source link

Add host parameter #57

Closed fedosov closed 9 years ago

fedosov commented 9 years ago

I can't use gulp-livereload with mobile devices, because lr server binds to 127.0.0.1 but not 0.0.0.0. Maybe I can specify 0.0.0.0 address somehow (for now I see only port parameter that I can pass with livereload.listen call)? Or it is not possible in current implementation?

cyrusdavid commented 9 years ago

@fedosov thanks! Fixed in 3.1.0. Add a host option.

fedosov commented 9 years ago

Awesome, thanks!