reagent-project / reagent-template

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

browser-repl does not work #40

Closed jmckitrick closed 9 years ago

jmckitrick commented 9 years ago

I found I had to require foo.dev and then call foo.dev/browser-repl for it to work.

So either the docs need to reflect that, or there's a bit of namespace magic that could be done to make it work as advertised.

yogthos commented 9 years ago

I've updated the docs to reflect it, I'm not sure if there is a way to get the namespace set automatically.