boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 182 forks source link

Add Boot section to ClojureScript Dependencies wiki page #221

Open pkobrien opened 9 years ago

pkobrien commented 9 years ago

It would be great if someone added a Boot section to the end of the ClojureScript Dependencies wiki page, since Boot is the only tool not represented: https://github.com/clojure/clojurescript/wiki/Dependencies

martinklepsch commented 6 years ago

The file to be edited is here: https://github.com/clojure/clojurescript-site/blob/master/content/reference/dependencies.adoc. This should be fairly straightforward for anyone who has used boot-cljs before.

burn2delete commented 5 years ago

There are now multiple ways you can use boot to compile cljs projects including boot-shadow. Or via Shadow-CLJS directly, which is also not represented.