Boot task to automatically reload resources in the browser when files in the project change. Communication with the client is via websockets.
- Provides the
reloadtask
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 -hor in the REPL:
boot.user=> (doc reload)FIXME.
Copyright © 2014 Adzerk
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.