On Mon, Oct 22, 2012 at 1:56 PM, Shantanu Kumar <kumar.shant...@gmail.com>wrote:

>
>
> On Oct 21, 11:21 pm, David Nolen <dnolen.li...@gmail.com> wrote:
> > Please isolate the commit by using the lein checkouts feature - you can
> use
> > the ClojureScript repo directly then and use git bisect to determine the
> > exact commit that broke your build. Thanks.
>

Switch into your project. Create a directory called checkouts. Checkout a
fresh copy of ClojureScript in this directory. Add the following to your
own project.clj:

:extra-classpath-dirs ["checkouts/clojurescript/src/clj"
                       "checkouts/clojurescript/src/cljs"]

Now your local copy of ClojureScript will be used.

David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to