juxt / edge

A Clojure application foundation from JUXT
https://juxt.pro/edge/
MIT License
506 stars 62 forks source link

Add cljs dependency to :build when --cljs given #43

Closed SevereOverfl0w closed 5 years ago

SevereOverfl0w commented 5 years ago

Note: the point here is that unless you are doing cljc, you can reduce jar size by only depending on cljs/rum/etc. at build time.

SevereOverfl0w commented 5 years ago

Fixed in a previous commit.