reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

Feature request: Instructions on how to get a browser repl from within cider. #38

Closed gstamp closed 9 years ago

gstamp commented 9 years ago

It's not clear after running cider-jack-in how I might go about getting a browser repl from within cider.

yogthos commented 9 years ago

I don't use Emacs myself, so unfortunately can't help there much. If you do figure it out I'd like to update the docs though. :)

Frozenlock commented 9 years ago

I use piggieback. FWIW, I'm trying stick with cljs 2371 for a while to give the chance to the different tools to adjust the new cljs changes.

gstamp commented 9 years ago

Thanks, if I figure it out I'll be sure to put in another PR. At the moment I'm getting an error with my app when compiling the minified production version which I'm trying to work out.