Skip to content

Instantly share code, notes, and snippets.

@alfredbez
Created June 4, 2014 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfredbez/614548fff3805580988c to your computer and use it in GitHub Desktop.
Save alfredbez/614548fff3805580988c to your computer and use it in GitHub Desktop.
Sublime Text Snippet: Livereload
<snippet>
<content><![CDATA[
<script src="http://localhost:35729/livereload.js"></script>
]]></content>
<tabTrigger>lr</tabTrigger>
<scope>text.html(.basic)</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment