This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-19
Channels
- # aws (4)
- # aws-lambda (2)
- # beginners (67)
- # boot (38)
- # cider (32)
- # cljs-dev (12)
- # cljsrn (2)
- # clojars (2)
- # clojure (190)
- # clojure-chicago (1)
- # clojure-dusseldorf (2)
- # clojure-germany (1)
- # clojure-greece (3)
- # clojure-italy (5)
- # clojure-russia (6)
- # clojure-spec (47)
- # clojure-uk (10)
- # clojurescript (59)
- # cursive (9)
- # data-science (14)
- # datomic (24)
- # devops (16)
- # emacs (8)
- # fulcro (25)
- # graphql (30)
- # hoplon (123)
- # juxt (15)
- # lambdaisland (2)
- # leiningen (4)
- # luminus (6)
- # lumo (9)
- # off-topic (11)
- # om (7)
- # onyx (8)
- # re-frame (14)
- # reagent (5)
- # ring-swagger (5)
- # shadow-cljs (46)
- # spacemacs (41)
- # specter (8)
- # testing (8)
- # unrepl (31)
- # yada (18)
I know there is a devops channel but I think the folks here might have answers too....
docker and clojure ..... making uberjars is slow and causes a big layer for every change
anybody have any better / more efficient ideas or options?
If docker is your deployment artifact, then it doesn't matter so much to have just your code and .m2 in there
I'm presuming some sense of order is preserved. If it's a total jumble then you're screwed.
@dominicm I like the code only option
we could have an uberjar for production only
in a dream world the only diff would be the small jar containing your compiled code
Boot does some caching of something in the aot process which apparently gave some speedup.
that would be quite the win for boot