gulp-livereload
gulp-livereload copied to clipboard
gulp plugin for livereload
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   > # $ npm install --save-dev gulp-livereload  
Hi, I tried to install this plugin however I get the following error.  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????