jlengstorf / learn-rollup

This is an example project to accompany a tutorial on using Rollup.
https://code.lengstorf.com/learn-rollup-js/
ISC License
191 stars 61 forks source link

LiveReload plugin #6

Closed thgh closed 7 years ago

thgh commented 7 years ago

Just wanted to let you know that I made this plugin after reading your tutorial: https://github.com/thgh/rollup-plugin-livereload

It might make the livereload chapter somewhat easier 😃

jlengstorf commented 7 years ago

Hey, @thgh — thanks for sharing! I've started adding alternative configurations to the project README, so if you'd like to submit a PR with this plugin replacing the existing watch/reload setup, we can add it to the list.

You can send the PR against master — I'll create a new branch for it before I merge it in.

Thanks!