Liking cljdoc? Tell your friends :D

garden-watcher.core


compile-garden-namespacesclj

(compile-garden-namespaces namespaces)

Given a list of namespaces (seq of symbol), reloads the namespaces, finds all syms with a :garden metadata key, and compiles them to CSS.

Given a list of namespaces (seq of symbol), reloads the namespaces, finds all
syms with a :garden metadata key, and compiles them to CSS.
raw docstring

new-garden-watcherclj

(new-garden-watcher namespaces)

Create a new Sierra Component that watches the given namespaces for changes, and upon change compiles any symbols with a :garden metadata key to CSS.

Create a new Sierra Component that watches the given namespaces for changes,
and upon change compiles any symbols with a :garden metadata key to CSS.
raw docstring

start-garden-watcher!clj

(start-garden-watcher! namespaces)

stop-garden-watcher!clj

(stop-garden-watcher! hawk)

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

× close