Re: nREPL 0.2.0-beta9 released

2012-08-22 Thread Brent Millare
Good to know I wasn't going crazy trying to find the right profile setup. On another note (and slightly OT), taking the return value of cljs.closure/build of the cljs file with the call to repl/connect and inserting the outputed js into the index.html appears to be sufficient from the clojuresc

Re: nREPL 0.2.0-beta9 released

2012-08-22 Thread Chas Emerick
The requirement noted in Piggieback's README on what's currently in Leiningen master isn't related to nREPL (Piggieback itself doesn't depend on -beta9 and should work just fine with -beta6); it's due to the Leiningen's new support for customizing the handler or middleware used by nREPL endpoint

Re: nREPL 0.2.0-beta9 released

2012-08-22 Thread Brent Millare
First, great work on nrepl! It's a great tool. Second, I noticed you recently updated leiningen repl to include beta9. I was having problems trying to get piggieback to work with the older leiningen which depended on beta6. I was trying to customize profiles so that I could depend on beta9 but