Liking cljdoc? Tell your friends :D

io.pedestal.service-tools.dev


watchclj

(watch)
(watch src-paths)

Watches a list of directories for file changes, reloading them as necessary.

Watches a list of directories for file changes, reloading them as necessary.
raw docstring

watch-routes-fnclj

(watch-routes-fn routes-var)
(watch-routes-fn routes-var src-paths)

Given a routes var and optionally a vector of paths to watch, return a function suitable for a service's :routes entry, that reloads routes on source file changes.

Given a routes var and optionally a vector of paths to watch,
return a function suitable for a service's :routes entry,
that reloads routes on source file changes.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close