gulp-server-livereload
gulp-server-livereload copied to clipboard
Support gulpMem
Currently we have to define a src but using gulpMem files are written into memory. It may work something like Browsersync using a middleware:
browserSync.init({
server: './build',
middleware: gulpMem.middleware,
})
Some mentions from gulpMem contributor to gulp-server-livereload: https://github.com/turtlemay/gulp-mem/issues/4
@MickL Just read the comments on that thread now. I'm open to making changes in gulp-server-livereload to get this working though I may need some help.
Wow that would be awesome! This project is the fastest livereload server i could found. Would really appreciate it. Unfortionally i cant help in this case, maybe @saborrie or @turtlemay can?