adeadman / cgi-autoreload

CGI and JS to automatically reload browser pages when files are changed, to speed development.
0 stars 0 forks source link

Autoreload when Ajax is changed #1

Open adeadman opened 10 years ago

adeadman commented 10 years ago

Modify the Ajax so that it also checks itself in the loop - and if its own file has been modified since the script was run, makes a response before timeout to allow the new script version to run.

nexocentric commented 10 years ago

Awesome sauce! I never thought about doing that!