Livereload JS Snippet

Just a snippet to keep handy for livereload.

    <script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>

Code Snippets Javascript


Previous post
Savage Doctor - Drawing Timelapse One of the things I’ve been doing recently is making comics. Every once in a while, I’ll make a recording and convert it into a timelapse, as I’ve
Next post
Command Line Fu - MySQL - find last update per database Want to find the last time a database was updated?