Liking cljdoc? Tell your friends :D

chia.static.shadow


eval-if-fnclj

(eval-if-fn f)

with-shadow-statecljmacro

(with-shadow-state build-state & body)

write-assets!clj

(write-assets! build-state assets)

Writes assets to the output-dir of the current shadow build.

assets should be a map of {<path>, <form>}, where form will be evaluated.

Intended for use in a shadow-cljs.edn config file.

Writes assets to the output-dir of the current shadow build.

`assets` should be a map of {<path>, <form>}, where `form` will be evaluated.

Intended for use in a shadow-cljs.edn config file.
raw docstring

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

× close