Fork me on GitHub
#luminus
<
2019-07-18
>
jcb16:07:12

hi, can anyone point me in the right direction for compiling an uberjar with luminus and shadow-cljs? I tried to do a standard 'lein uberjar', which does produce something that runs. However it seems to have multiple issues in the resulting js that were not present in dev. thanks!

lepistane16:07:34

i recently had an exchange with yoghtos about this and he recommended shadow-cljs here is what he wrote to me https://www.reddit.com/r/Clojure/comments/al4lzm/using_bootstrap_with_reagent/eu1irwc?utm_source=share&amp;utm_medium=web2x this comment can apply to u (just exclude semantic ui import)

jcb16:07:25

thanks, I'll take a look - I definitely didn't run the npx command as it looked like the uberjar task included a :prep-tasks ["compile" ["shadow" "release" "app"]] - I'm using a luminus templated project