hey i'm having trouble getting this working on windows
I'm following https://gist.github.com/jasongilman/d1f70507bed021b48625
when I try to make a proto-repl it says
Starting REPL with lein in C:\Users\brian\.atom\packages/proto-repl/proto-no-proj
The system cannot find the path specified.
REPL Closed
If it helps to be specific, I have lein and boot both bound to "lein" and "boot" on the command line, and I left the defaults in the proto-repl settings unaltered
@bcbradley: try specifying the exact path the Lein and boot in the settings
i'll try that and report back
@jasongilman that worked thankyou!
There you go @jasongilman -- #proto-repl is no more 🙂
Hey, for anyone doing cljs mobile dev, what’s the easiest way to set up a proto-repl session to connect to your Re-Natal app running via lein figwheel ios
? I know doing that command sets up a repl in the terminal, but it would be cool to be able to send code in directly via the server Figwheel is running on.
Thanks @seancorfield
@keatondunsford: does it start an nREPL server?