napcs/node-livereload

Update livereload-js to 3.0.0

Closed this issue · 3 comments

smhg commented

Would it be possible to update the livereload client script with the latest version?
You can use the raw file(s) from this tag:
https://github.com/livereload/livereload-js/tree/v3.0.0/dist

The major change is the source is now modern JS instead of coffeescript. This shouldn't break anything and it would be great to have more real-world exposure.

What version of Livereload are you using?

0.7.0

What OS are you using?

Ubuntu 18.04

What web browser are you using? (Browser name and specific version please)

Chrome 73.0.3683.86

Expected result

Use latest livereload client script version.

Actual result

The previous livereload client script version.

napcs commented

@smhg Absolutely will evaluate this and make sure it works. Really happy if someone else wants to do the work and test it for me tho. :)

napcs commented

@smhg This is done in 7245d11

smhg commented

Thanks a lot! Seems to work well, nice!