Quantcast
Channel: make lein uberjar without source files - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by praimon for make lein uberjar without source files

Use :omit-source true in lein's project.clj.

View Article



Answer by Nick Klauer for make lein uberjar without source files

Have you tried using the aot compilation step that is provided? See here for an example.Also, someone blogged something not too long ago about aot compiling their entire project:...

View Article

make lein uberjar without source files

I'm using 'lein uberjar' to make a executable jar file of my project. the jar is created correctly and runs as expected. I just want to know if it is possible to NOT include my source .clj files in the...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images