live-reload-html
v1.0.3
Published
Live Reload html body and styles When a change is applied
Readme
Live Reload Html
Apply changes without reloading the page
Load source
<script src="https://unpkg.com/[email protected]/live-reload-html.js"></script>Usage
<script>
var check_chenge_time = 2000;
var check_url = ''; // current page url
var originDebug = "http://localhost:8000"; // your localhost origin for test
liveReload(check_chenge_time, check_url, originDebug);
</script>OR
<script>
liveReload(2000,'', "http://localhost:8000");
</script>Attributes:
- Apply body changes
- Reload style files
