Skip to content

Instantly share code, notes, and snippets.

@timrwood
Created July 19, 2013 17:47
Show Gist options
  • Save timrwood/6041010 to your computer and use it in GitHub Desktop.
Save timrwood/6041010 to your computer and use it in GitHub Desktop.
Live Reload Snippet
<script>
(function(d) {
var g = d.createElement('script'),
s = d.scripts[0];
g.src = '//' + location.hostname + ':35729/livereload.js';
s.parentNode.insertBefore(g, s);
}(document));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment