Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 741 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 741 Bytes

Clj-livereload

Clojars Project

LiveReload server implementation in Clojure. Useful with Chrome plugin.

Try

$ lein start-example
# Edit files inside example-resources using your favorite editor:
$ vim example-resources/public/style.css

Use

For Boot check boot-livereload task.

Check example. It is also possible to use clj-livereload.core namespace directly and maintain the global state yourself.