This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-29
Channels
- # announcements (1)
- # beginners (176)
- # biff (3)
- # calva (7)
- # clojure (68)
- # clojure-europe (18)
- # clojure-nl (1)
- # clojure-norway (12)
- # clojure-uk (6)
- # community-development (4)
- # conjure (1)
- # core-async (5)
- # datomic (21)
- # events (1)
- # fulcro (5)
- # funcool (3)
- # hyperfiddle (35)
- # leiningen (18)
- # malli (3)
- # nbb (20)
- # overtone (20)
- # pedestal (1)
- # polylith (68)
- # portal (6)
- # releases (1)
- # shadow-cljs (6)
- # slack-help (7)
- # squint (6)
- # vim (4)
- # xtdb (4)
@thheller I've seen some project having project.clj , deps.edn and shadow-cljs.edn (sometimes all three in one project). Most of them are old project (on average, last commit is 6 years old). Is there any reason why you would want other files except shadow-cljs.edn? My main confusion was from seeing dependencies declared more than once. On another note, I had trouble integrating https://github.com/bhauman/devcards/tree/master into my project, could that be related?
I don't know the reasons for that. Could just be legacy someone didn't clean up, or used for other purposes
to know what is currently used as far as shadow-cljs is concerned look at shadow-cljs.edn
if there is a :deps
or :lein
key in there then either deps.edn
or project.clj
are used by shadow-cljs