live.js sending consecutive HEAD requests to the server and if there is a change in the html, css or js file, live.js refreshing the data.
It's very simple Just link the file to the html file
<script type="text/javascript" src="live.js">
It works well if the files on a server but if I'm working on a local computer with notepad It does not work.
Does anyone know why and how to fix it?