Fork me on GitHub
#cljsrn
<
2016-12-02
>
balint10:12:57

@elais: i did get a freshly initialized re-natal project working on windows phone emulator a bit back, but never had the time to publish my modifications required in re-natal (basically you can switch either android or ios target into windows by doing some string replace s/ios/windows/g as far as i remember)

elais15:12:03

@balint That's what I did (I thought). I get stuck on the "waiting for figwheel to load files", but I think I know what you're talking about and will try it later. Thanks.

keatondunsford21:12:38

Hey, for anyone using Atom as their editor, 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.