luminus

jcb 2019-07-18T16:42:12.084200Z

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!

lepistane 2019-07-18T16:46:34.085700Z

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&utm_medium=web2x this comment can apply to u (just exclude semantic ui import)

jcb 2019-07-18T16:50:25.086200Z

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