Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 942 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 942 Bytes

boot-reload

Clojars Project

Boot task to automatically reload resources in the browser when files in the project change. Communication with the client is via websockets.

  • Provides the reload task

Usage

Add boot-reload to your build.boot dependencies and require the namespace:

(set-env! :dependencies '[[adzerk/boot-reload "X.Y.Z" :scope "test"]])
(require '[adzerk.boot-reload :refer :all])

You can see the options available on the command line:

boot reload -h

or in the REPL:

boot.user=> (doc reload)

Examples

FIXME.

License

Copyright © 2014 Adzerk

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.