tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.43k stars 484 forks source link

add beforeReload option #308

Open benjamingwynn opened 5 years ago

benjamingwynn commented 5 years ago

Adds the option to programatically run extra tasks before the reload takes place using async/await. I'm using this to compile my Typescript before reload in my own personal setup.