adeadman / cgi-autoreload

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

cgi-autoreload

cgi-autoreload is a tool used to automatically reload a web URL when a list of files are changed. This allows the development-testing cycle to be partially automated, saving some time.

To use, choose your backend script from the directories such as

and place in your development server's cgi-bin (or appropriate location).

The JavaScript must be included in the webpage (as well as its dependency, JQuery). Use an HTML tag to track a list of files for updates. The JavaScript is found in /js/ and an example html file in /test/