This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-24
Channels
- # announcements (2)
- # beginners (22)
- # cider (10)
- # clojure (47)
- # clojure-italy (2)
- # clojure-spec (2)
- # clojure-uk (1)
- # clojurebridge (5)
- # clojurescript (19)
- # cursive (1)
- # data-science (7)
- # datomic (2)
- # duct (18)
- # emacs (6)
- # figwheel-main (2)
- # java (2)
- # luminus (1)
- # nrepl (20)
- # off-topic (69)
- # om (3)
- # pathom (45)
- # quil (2)
- # re-frame (16)
- # reagent (1)
- # reitit (6)
- # ring (2)
- # shadow-cljs (33)
- # tools-deps (9)
- # vim (6)
- # yada (1)
How to make uberjar like depstar does but with aot and manifest, optionally excluding sources?
Cambada might be able to do what you need. It can do no sources and AOT, not sure about manifests. https://github.com/luchiniatwork/cambada/blob/master/README.md
You might also get away with this approach, using leiningen as a lib? https://github.com/oakes/full-stack-clj-example
Cambada looks great but there was some critical issue - it failed to make jar with cheshire 5.8.1 that comes with new Jackson, with cheshire 5.8.0 it wokrs well.
Ok, I'll try badigeon later. At that time I just do (compile ') and depstar classes into jar 🙂
Cambada has been working well for my project.
Here’s my deps.edn
alias: https://github.com/FundingCircle/fc4-framework/blob/master/tool/deps.edn#L68