1.0.3 • Published 2 years ago

live-reload-html v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Live Reload Html

Apply changes without reloading the page

Load source

<script src="https://unpkg.com/live-reload-html@1.0.2/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
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago