Created
July 29, 2016 06:42
-
-
Save SivaCse/b8d70cb6b2b22f1b204c0086b0ba61aa to your computer and use it in GitHub Desktop.
Live Reload usage instructions
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
npm install -g livereload | |
livereload "/var/www/html/some/some.html" | |
Make sure to have this script tag in your html files: | |
<script src="http://localhost:35729/livereload.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment