boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
pvik 2019-06-10T17:04:25.015300Z

I am having trouble producing a production build for my app using boot-cljs, the final jar seems to include the dev build of react even tho I have :optimizations set to :advanced, any suggestions to fix this? (made a SO post with more details here: https://stackoverflow.com/questions/56528506/generating-production-build-with-boot-cljs)

2019-06-10T18:12:51.015500Z

Does this happen if you use another build tool like shadow or specific to boot-cljs?

pvik 2019-06-10T18:23:03.015700Z

I haven't tried a diffrerent build tool, I don't want to port the build file to leiningen if I can help it. I haven't used shadow-cljs, will that work for a combined clj/cljs application?

2019-06-10T23:40:18.016Z

Understandable, I wasn’t suggesting you switch build tools permanently. It’s more an idea just to debug this issue by trying to compile the cljs part with Shadow CLJS to rule out if it’s a behavior of the compiler itself, configuration, or specific to the boot-cljs.