summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrea Richiardi <a.richiardi.work@gmail.com>2018-08-02 12:19:47 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-08-02 22:19:47 +0300
commitc4313db0bdd55138f63d6a8624b0ba2db5c23a3b (patch)
treea3fd5a3769c90d804ca083d141322448e6952dba /doc
parent623a669619a35c3f02dd1172665aa9db9fc1e761 (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/clojurescript.md4
1 files changed, 4 insertions, 0 deletions
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