Fork me on GitHub
#leiningen
<
2018-01-29
>
xiongtx23:01:15

I want to have cljs deps at dev and compile time, but not at runtime (all cljs’d be compiled into a single prod.js file for the app to use): https://clojurians.slack.com/archives/C03S1L9DN/p1517264530000655 I’d expect putting all cljs deps in the :provided profile would exclude them when lein uberjaring, but it doesn’t seem to: the cljs files are still copied into the Uberjar. Has anyone done something similar, so I can get some pointers?