This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-04
Channels
- # aws (3)
- # beginners (63)
- # boot (10)
- # cljs-dev (14)
- # cljsrn (10)
- # clojars (4)
- # clojure (132)
- # clojure-nl (4)
- # clojure-spec (3)
- # clojure-uk (1)
- # clojurescript (206)
- # css (3)
- # datascript (5)
- # lein-figwheel (1)
- # leiningen (1)
- # off-topic (48)
- # re-frame (18)
- # reagent (29)
- # specter (4)
- # untangled (1)
- # yada (1)
There’s an odd issue I’m seeing with :main
entry in Leiningen 2.7.1
— when :main
is present in the default profile user.clj
from classpath is not honored, and when I move the :main
entry into the uberjar
profile (with lein with-profile uberjar run …
) it loses STDIN. Has anybody else noticed this?