intesso / connect-livereload

connect middleware for adding the livereload script to the response
MIT License
305 stars 53 forks source link

Fix call to inject() to add missing encoding parameter #69

Closed StevePitschke closed 8 years ago

StevePitschke commented 8 years ago

If the encoding was not 'utf-8', the contents added via the http response.end() call were not correct.

drawveloper commented 8 years ago

LGTM!