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

Hi, I start **livereload.listen()** in watch task of my Gulp file and it looks like the server is trying to start, but then stops at a certain moment. Here's debugging...

Works fine! .scss ``` gulp.task('callback', function () { return watch('src/**/*.scss', function () { gulp.src('src/**/*.scss') .pipe(gulp.dest('build')) .pipe(livereload({ start: true })); }); }); ``` Not working .css ``` gulp.task('callback', function () {...

I haven't had any luck getting gulp-livereload to work with Gulp 4. I also don't see any Gulp 4 examples in the README.md.

I'm using LR Chrome extension v2.1.0 and seeing `net::ERR_CONTENT_LENGTH_MISMATCH` after which the page looks unstyled. ![2016-06-07 at 15 00](https://cloud.githubusercontent.com/assets/11071/15858409/98bd057a-2cc0-11e6-855c-5ae1eb93f092.png)

I've been using livereload chrome extension that inserts a http://[...]/livereload.js into the document. Unfortunately, I'm working on a project that requires https and I expected to replicate that locally but...

If you are interested on maintaining this project, please let me know and I'll transfer the repo to you.

For some reason livereload isn't working even I can see it succesfully injected in the html. Yesterday worked for a while but today it stopped without changing anything in the...

Can someone tell, how to use it? ``` port: host: basePath: start: reloadPage: ``` As in `start: true` is added, similar way what values can be added.

Hi How to solve enddrinuse error kindly help... ![image](https://cloud.githubusercontent.com/assets/16132689/25087425/74fc8886-238c-11e7-902f-6d4dd6a41e6e.png)