
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 on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |