Created
June 4, 2014 09:19
-
-
Save alfredbez/614548fff3805580988c to your computer and use it in GitHub Desktop.
Sublime Text Snippet: Livereload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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