blaise-io / live-reload

Browser extension for web devs. Monitors source files on a page and reloads page or source file when a change is detected.
MIT License
60 stars 9 forks source link

Monitor html file? #1

Closed dcherian closed 6 years ago

dcherian commented 6 years ago

Is it possible to monitor the html file itself for changes?

blaise-io commented 6 years ago

It's currently not supported. I'll think about how to implement this in a way that makes sense.

blaise-io commented 6 years ago

@dcherian this is now supported in version 1.3.0. Just add the host URL to the source URLs field.

dcherian commented 6 years ago

Awesome!