ClojureScript release 0.0-1006

2012-03-30 Thread Stuart Sierra
Just pushed to Sonatype. Will be sync'd to other repos within 24 hours. Changes: http://build.clojure.org/job/clojurescript-release/9/ -- 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

Re: ClojureScript release 0.0-1006

2012-03-30 Thread Evan Mezeske
Awesome, I've been looking forward to this release. The new release has made it out to the upstream maven repository. I just pushed out lein-cljsbuild 0.1.4, which has the new 0.0-1006 dependency (as well as some other features [1]. It works on my personal projects! -Evan [1]

Re: ClojureScript release 0.0-1006

2012-03-30 Thread Dave Sann
A quick comment on item 13 in the release. I think that this sort causes some code that I have to fail. The reason is that the code in question inserts js scripts into the header of the page - when bootstrap loads. Subsequent modules require this js to be present - but do not depend on it.