intesso / connect-livereload

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

Fix overwriting changed response monkeypatches #53

Closed joshperry closed 9 years ago

joshperry commented 9 years ago

Here's a test and a proposed fix for #41, let me know what you think.

andineck commented 9 years ago

@joshperry Thank you for this PR. I think it's a good and simple solution. What do you think about my comments?

joshperry commented 9 years ago

Definitely agree, thanks for the input! I added those changes.

Also, I realized that the binary-files branch didn't work for me because of a configuration issue in my client-side code; if you'd prefer to keep the change you made there.