This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-03
Channels
- # beginners (50)
- # cider (6)
- # cljdoc (2)
- # cljs-dev (19)
- # clojars (2)
- # clojure (20)
- # clojure-dev (35)
- # clojure-italy (2)
- # clojure-norway (12)
- # clojure-uk (17)
- # clojurescript (7)
- # data-science (3)
- # datomic (10)
- # emacs (2)
- # events (1)
- # figwheel-main (2)
- # fulcro (8)
- # graphql (1)
- # juxt (3)
- # nrepl (4)
- # off-topic (23)
- # parinfer (1)
- # pathom (63)
- # re-frame (7)
- # reagent (1)
- # reitit (5)
- # ring-swagger (1)
- # shadow-cljs (23)
- # tools-deps (16)
Having problems getting Emacs cider to work with figwheel-main. I can get a figwheel-main REPL in the terminal but when I select C-c C-x j s …. figwheel-main ….. :dev I get “File dev.cljs.edn does not exist”. I don’t see anything in the Figwheel docs about including this file if one is using Leiningen. In fact the only metion of anything similar in the setup docs is dev.edn for Clojure CLI.
https://github.com/bhauman/figwheel-main/blob/master/README.md#setting-up-a-build-with-leiningen
Switched to Clojure CLI/deps.edn and managed to get a Figwheel Main REPL with cider-jack-in-clojurescript > figwheel main > :dev but can’t get it to recognise Rebel Readline which I have in my deps.edn . Also, when I edit a file the recompile in the CIDER repl doesn’t return a cljs:user prompt as it does in a standard/terminal repl. Any ideas?
The only way I have been able to get this to work is by using the figwheel-main
template.
Anything else I have tried has never worked - adding figwheel-main to an existing project being what I really want to figure out.