Dave Della Costa gmail.com> writes:
>
> Prasad, I'm not positive but I suspect your issue is here:
>
> > :cljsbuild [:builds []])
>
> ...the argument to cljsbuild must be a hashmap I believe. It's
> currently a vector. Try:
>
> > :cl
/example.com/FIXME";
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]]
:plugins [[lein-cljsbuild "0.3.2"]]
:cljsbuild [:builds []])
Any suggestions on h
I have exactly the same problem.
On Saturday, March 16, 2013 11:46:00 AM UTC-4, Warren Lynn wrote:
>
>
> Could you create an issue for this.
>>
>>
>>
> Just did that.
>
> Even with "M-x nrepl-ritz-break-on-exception" (and adding an (throw ...)
> in the code), it still does not work for me. Just