This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-15
Channels
- # announcements (27)
- # architecture (15)
- # aws (2)
- # babashka (5)
- # beginners (77)
- # calva (42)
- # cider (22)
- # clj-kondo (47)
- # cljfx (7)
- # clojure (66)
- # clojure-australia (1)
- # clojure-europe (32)
- # clojure-france (10)
- # clojure-israel (2)
- # clojure-italy (1)
- # clojure-nl (8)
- # clojure-uk (53)
- # clojurescript (29)
- # conjure (28)
- # core-async (2)
- # cursive (26)
- # data-science (1)
- # datascript (11)
- # datomic (33)
- # emacs (4)
- # fulcro (5)
- # girouette (3)
- # helix (1)
- # jobs (2)
- # leiningen (17)
- # luminus (2)
- # malli (15)
- # music (2)
- # off-topic (51)
- # pathom (3)
- # rdf (91)
- # remote-jobs (1)
- # reveal (7)
- # sci (6)
- # shadow-cljs (10)
- # spacemacs (3)
- # sql (23)
- # tools-deps (52)
- # uncomplicate (2)
- # vim (3)
- # xtdb (9)
Hi guys, is it possible to set reveal up in my project.clj
or deps.edn
so that when I fire a REPL via lein I can get reveal out of the box in this firing process?
Hi! I’m assuming you are using nrepl? In that case please have a look at this readme section: https://vlaaad.github.io/reveal/#nrepl-based-editors
Hum, sure! I think I got the setup for the case of clj appls using project.clj
@U47G49KHQ But in the case of a cljs appl using shadow-cljs as build tool, I simply add the middleware in the shadow-cljs.edn, right? Something like this -->
{:middleware [vlaaad.reveal.nrepl/middleware]}
but if you figure it out, please consider sharing it here so I can add it to the readme
I mean, if I want to fire a REPL via lein to start my clj application in it and do other things, I'd also like to have reveal in this REPL