gulp-livereload icon indicating copy to clipboard operation
gulp-livereload copied to clipboard

gulp plugin for livereload

Results 31 gulp-livereload issues
Sort by recently updated
recently updated
newest added

There is an unexpected bug in how the option `{start: true}` is working. I am using this file: ``` js https://github.com/dmitriz/gulp-automation/blob/gulp-lr-start/Gulpfile.js ``` When I first run `gulp`, I get this...

When run on windows and the basePath option is set, the path that is sent to livereload contains backslashes.

I'm having a little trouble getting gulp-livereload to work with gulp and django-gulp in of a Docker container. I can get my gulp tasks working with django-gulp and can see...

# gulp-livereload working with apache 2.4 web server (PHP HTML CSS JS) @Apache Config: 1) Make sure **mod_filter** and **mod_substitute** are available, you have compiled versions of them available to...

> # $ npm install -g livereload ![livereload-install-error](https://cloud.githubusercontent.com/assets/18028768/19127131/55aa24de-8b70-11e6-9941-bd9bbf3b5433.PNG) ![livereload-node-gyp-error](https://cloud.githubusercontent.com/assets/18028768/19127130/55a2cbb2-8b70-11e6-9566-6d2c60ba2b21.PNG) > # $ npm install --save-dev gulp-livereload ![gulp-livereload-bug](https://cloud.githubusercontent.com/assets/18028768/19127128/559d8b48-8b70-11e6-9e10-bec6ce578b7a.PNG) ![gulp-plugins-bug](https://cloud.githubusercontent.com/assets/18028768/19127129/559ef6cc-8b70-11e6-9f31-8749e62cd9f9.PNG)

Hi, I tried to install this plugin however I get the following error. ![livereload](https://cloud.githubusercontent.com/assets/17179120/14640095/2a0c92ea-0640-11e6-86ce-6404d63335c5.PNG) Any advice?

node -v 6.2 Error: Cannot find module 'event-stream' at Function.Module._resolveFilename (module.js:440:15) at Function.Module._load (module.js:388:25) at Module.require (module.js:468:17) at require (internal/module.js:20:19) at Object. (D:\node_modules\gulp-livereload\index.js:3:10) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) at...

Hi, I used gulp-livereload on SPA, it worked fine. But when I try it in a multiple pages project(i use exprees router), I can't find a easy way to make...

When I add livereload to all files it refreshes the page for every single file. Is there a way to refresh it just once after file change????