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
93 stars 28 forks source link

Plugin-ify the client-side scripts #49

Open hiddentao opened 7 years ago

hiddentao commented 7 years ago

The CSS hot-reload and other client-side scripts should be split out into separate plugins which can then be included by this package. This will allow other people to write, re-use and share their livereload mechanisms easily.