This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-26
Channels
- # aleph (9)
- # announcements (10)
- # aws (1)
- # beginners (65)
- # calva (9)
- # cider (11)
- # clj-kondo (1)
- # cljdoc (61)
- # cljsrn (6)
- # clojars (2)
- # clojure (40)
- # clojure-austin (1)
- # clojure-belgium (1)
- # clojure-europe (4)
- # clojure-finland (1)
- # clojure-france (1)
- # clojure-italy (57)
- # clojure-nl (6)
- # clojure-spec (134)
- # clojure-uk (67)
- # clojuredesign-podcast (2)
- # clojurescript (40)
- # cursive (25)
- # datascript (1)
- # datomic (8)
- # events (1)
- # figwheel-main (18)
- # fulcro (36)
- # immutant (5)
- # jobs (5)
- # joker (3)
- # kaocha (41)
- # leiningen (4)
- # luminus (4)
- # off-topic (13)
- # onyx (8)
- # pedestal (2)
- # perun (7)
- # planck (2)
- # protorepl (9)
- # re-frame (3)
- # reagent (73)
- # reitit (5)
- # shadow-cljs (186)
- # sql (4)
- # vim (1)
- # yada (2)
Could someone please check and confirm this thing -- try to run clj -A:figwheel
and see if the cljs repl starts when you open localhost:9500
in browser. Then try again but comment out :open-url false
in dev.cljs.edn
and wait for the browser to open automatically. For me the cljs repl doesn't start when I comment it out. Is this the expected behaviour?
Here is the project: https://github.com/dimovich/deps-cider-cljs-reagent
I cloned the repo. clj -A:figwheel
, open localhost:9500 and the repl started. is this not your experience?
when i comment out the :open-url false
it opens the browser automatically and the repl begins without me having to visit localhost:9500 manually because the browser opened automatically
will make some more tests, with more verbose logging and see what's happening. Good that it's working on your side.