Skip to content

Boot task providing live-reload of browser css, images, etc.

License

Notifications You must be signed in to change notification settings

Kavec/boot-reload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Boot task providing live-reload of browser css, images, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%