Skip to content

shenfeng/livereload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

livereload

  • A tool to help frontend developer who need to refresh browser after change code
  • A HTTP Server for file browsing

Edit you HTML, CSS, Javascript, browser reload on the fly. Just edit and look. Works on Chrome, Firefox, Android, Iphone, IE(yes, IE)

Installation

  1. Download the script.
  2. Place it on your $PATH. (I like to use ~/bin)
  3. Set it to be executable. (chmod 755 ~/bin/livereload)

Basic Usage

$ livereload  # start a http server at :6767, visite: http://127.0.0.1:6767/

Dependency

Java7 (Java6 should work, I need sometime to figure out how to build it)

License

Copyright © 2012 FIXME

Distributed under the Eclipse Public License, the same as Clojure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published