This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-25
Channels
- # aws (1)
- # beginners (60)
- # boot (12)
- # cider (7)
- # cljs-dev (8)
- # cljsrn (24)
- # clojure (169)
- # clojure-nl (1)
- # clojure-russia (3)
- # clojure-spec (15)
- # clojure-switzerland (1)
- # clojure-uk (24)
- # clojurescript (120)
- # core-async (9)
- # datomic (3)
- # emacs (2)
- # gsoc (3)
- # klipse (2)
- # leiningen (4)
- # numerical-computing (13)
- # off-topic (95)
- # om (7)
- # onyx (1)
- # powderkeg (2)
- # protorepl (2)
- # re-frame (6)
- # reagent (58)
- # ring-swagger (1)
- # rum (28)
- # untangled (42)
- # vim (6)
I'm sorry about this newbie question, but while playing around fixing a minor cljs bug yesterday, I was not able to figure out how to easily spin up a cljs-repl to test my fix. I ended up building Planck with my new version of cljs, which seems like a roundabout way of doing stuff. None of the different repl scripts in 'scripts' worked for me.
@slipset ./script/noderepljs
will spin up a REPL without needing to build anything
Hmm, I'm quite sure I tried that. Will try again Monday, and report back if it doesn't work.
I use it all the time
If it doesn't work there might be something wrong with your setup
You need to run script/bootstrap
first, ofc