This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-16
Channels
- # aleph (3)
- # announcements (14)
- # babashka (16)
- # beginners (85)
- # calva (6)
- # cider (9)
- # clojure (42)
- # clojure-australia (8)
- # clojure-europe (30)
- # clojure-nl (4)
- # clojure-uk (29)
- # clojuredesign-podcast (7)
- # clojurescript (25)
- # cursive (4)
- # data-science (1)
- # datomic (31)
- # emacs (1)
- # events (1)
- # fulcro (16)
- # instaparse (2)
- # java (37)
- # kaocha (3)
- # malli (3)
- # meander (19)
- # membrane (7)
- # off-topic (13)
- # pathom (4)
- # pedestal (10)
- # re-frame (17)
- # reveal (3)
- # rewrite-clj (1)
- # ring (9)
- # shadow-cljs (17)
- # spacemacs (2)
- # sql (34)
- # tools-deps (88)
- # vim (4)
Thanks for your replies.
What I want to do is making cursive to recognize shadow-cljs.edn dependencies without modifying my project.clj. I added shadow-cljs dependencies to :dev
profile of my project.clj for a remedy but I don't like it.
https://github.com/cursive-ide/cursive/issues/1804#issuecomment-528441496
I tried this with the following steps:
• generate pom.xml with shadow-cljs pom
• right click pom.xml and choose "Add as a Maven project"
Cursive hasn't recognize my shadow-cljs dependencies yet. It reports rf cannot be resolved
on (:require [[re-frame.core :as rf]])
. Is there anything to do on top of that?