Skip to content

my86upNW/live-reload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Reload

Web extension for web devs. Monitors source files on a page. Reloads the host page or the changed source file when a change is detected.

How does it work?

Start by creating a "reload rule" where you specify a host URL for a page. Then specify which source file URLs to monitor for changes on that host page.

When you visit a page matching a host URL you configured, it will start monitoring the specified source files (if they're included in the host page). When a change is detected, it will ireload the page or optionally only reload the source file inline without reloading the host page. Inline reloading is supported for stylesheets and frames.

Live Reload allows monitoring iframes, stylesheets, scripts and the host page itself.

Downloads

Screenshots

About

Browser extension for web devs. Monitors source files on a page and reloads page or source file when a change is detected.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 66.5%
  • CSS 16.1%
  • HTML 11.9%
  • JavaScript 5.5%