From c4313db0bdd55138f63d6a8624b0ba2db5c23a3b Mon Sep 17 00:00:00 2001 From: Andrea Richiardi Date: Thu, 2 Aug 2018 12:19:47 -0700 Subject: Add shadow-select CLJS REPL type (#2397) This kind of CLJS REPL is very helpful for cases when you are already watching one or more shadow builds in shadow either after having launched the server in a terminal or from within Cider. This patch also refactors option normalization out of figwheel-main so that it can be reused by every other function. --- doc/clojurescript.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/clojurescript.md b/doc/clojurescript.md index be7110d5..d4b665ee 100644 --- a/doc/clojurescript.md +++ b/doc/clojurescript.md @@ -254,6 +254,10 @@ npx shadow-cljs server And connect to it with `cider-connect`. +Lastly, if you already have a running server watching a build, for instance you +have already run `npx shadow-cljs watch :dev`, you can use the `shadow-select` +CLJS REPL and specify `:dev` when prompted. + [leiningen]: http://leiningen.org/ [boot]: http://boot-clj.com/ [piggieback]: https://github.com/nrepl/piggieback -- cgit v1.2.3