Fork me on GitHub
#cljs-dev
<
2017-03-25
>
slipset08:03:10

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.

thheller08:03:56

@slipset lein run -m cljs.repl.node works well

anmonteiro17:03:13

@slipset ./script/noderepljs will spin up a REPL without needing to build anything

slipset17:03:56

Hmm, I'm quite sure I tried that. Will try again Monday, and report back if it doesn't work.

anmonteiro17:03:21

I use it all the time

anmonteiro17:03:36

If it doesn't work there might be something wrong with your setup

anmonteiro17:03:59

You need to run script/bootstrap first, ofc