Boot-clj task for compiling ClojureScript using shadow-cljs.
boot-shadow is developed and maintained by Degree9
Add boot-shadow
to your build.boot
dependencies and require
the namespace:
(set-env! :dependencies '[[degree9/boot-shadow "X.Y.Z" :scope "test"]])
(require '[degree9.boot-shadow :as shadow])
boot-shadow
tasks follow a similar syntax to the shadow-cljs cli:
boot shadow/server
boot shadow/compile --build app
boot shadow/release --build app
Support this and other open-source projects on Patreon!
Can you improve this documentation?Edit at git repository
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close