hiddentao / gulp-server-livereload

Gulp plugin to run a local webserver with livereload enabled via socket.io. Also comes with standalone command-line interface.
MIT License
92 stars 28 forks source link

Support gulpMem #53

Open MickL opened 7 years ago

MickL commented 7 years ago

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,
  })
MickL commented 7 years ago

Some mentions from gulpMem contributor to gulp-server-livereload: https://github.com/turtlemay/gulp-mem/issues/4

hiddentao commented 7 years ago

@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.

MickL commented 7 years ago

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?