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

Extend logging ability to allow hiding "file changed" and "client connected" messages. #36

Closed SteffanDonal closed 8 years ago

SteffanDonal commented 8 years ago

I'd quite like to be able to set other logging levels, to be able to reduce console noise whilst developing.

What are your thoughts? Happy to write the code for this and submit a pull request.

hiddentao commented 8 years ago

Yes please do, would love to see your approach to this.

devonsams commented 8 years ago

I'm using with babel, and when there are compile errors, they instantly get buried under "file changed" and "client connected" messages. So this would be very handy for me.

SteffanDonal commented 8 years ago

I'm starting development of this now!

SteffanDonal commented 8 years ago

Implemented in #41!

Notes: