Liking cljdoc? Tell your friends :D

garden-watcher.core


compile-pathsclj

(compile-paths paths compile-options)

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

reload-and-compile!clj

(reload-and-compile! file compile-options)

Reload the given file, then find all vars with a :garden metadata in the corresponding namespace, and compile those to CSS. The target file is either defined in the :garden metadata as :output-to, or it's derived from the var name as resources/public/css/<name>.css

Reload the given `file`, then find all vars with a :garden metadata in the
  corresponding namespace, and compile those to CSS. The target `file` is either
defined in the :garden metadata as :output-to, or it's derived from the var
name as resources/public/css/<name>.css
raw docstring

start-garden-watcher!clj

(start-garden-watcher! paths compile-options)

stop-garden-watcher!clj

(stop-garden-watcher! hawk)

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

× close