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

Fix #44: We no longer nuke the global logging when this plugin is loaded. #45

Closed SteffanDonal closed 7 years ago

SteffanDonal commented 7 years ago

Whoops. Sorry guys!

We no longer nuke the global logging when this plugin is loaded.

This was caused by require('gulplog') - this caused it to create the global gulp logging sparkle context with no events hooked up.

Fixes #44

sanbor commented 7 years ago

LGTM :+1:

hiddentao commented 7 years ago

Thanks a lot!