Showing posts with label Web utility. Show all posts
Showing posts with label Web utility. Show all posts

Wednesday, July 6, 2016

livereload



http://livereload.com/

need to install extensions and check "allow access to file URLs"


Monday, April 27, 2015

http://yeoman.io/

http://yeoman.io/

https://www.youtube.com/watch?feature=player_embedded&v=Mk-tFn2Ix6g

https://www.youtube.com/watch?feature=player_embedded&v=Hl1sp9axHEY

LiveReload.com

This tool automatically refresh website if file changes.

http://feedback.livereload.com/knowledgebase/articles/67441-how-do-i-start-using-livereload-


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