(eval-if-fn f)
(with-shadow-state build-state & body)
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close