Logan, There's isn't a write up. Would be great for someone to summarize and to put it up on the ClojureScript wiki.
Another thing to consider is that this is probably a decent way to manage JS dependencies. With some thought we could probably eliminate :preamble for foreign JS libraries. With that out of the way we could also think more seriously about :main and simplifying :none development setups. David On Fri, Jan 2, 2015 at 4:49 PM, Logan Linn <[email protected]> wrote: > On Friday, January 2, 2015 10:27:52 AM UTC-8, David Nolen wrote: >> Right the deps.clj pattern is now supported, I'll update the README. >> Thanks for pointing this out. >> >> On Thu, Jan 1, 2015 at 7:56 AM, Kristofer Svärd >> <[email protected]> wrote: >> > Den onsdagen den 31:e december 2014 kl. 21:22:41 UTC+1 skrev David Nolen: >> >> I just cut Om 0.8.0-rc1. The only change from prior betas/alphas is >> >> more bug fixes. >> >> >> >> https://github.com/swannodette/om >> >> >> >> Feedback welcome! >> >> David >> > >> > Hi >> > >> > Do I still need to specify an externs file when compiling with advanced >> > optimization? I found that from Om 0.8.0-beta4 specifying both >> > :optimizations :advanced and :externs ["react/externs/react.js"] gives a >> > compilation error >> > >> > ERROR: JSC_DUPLICATE_EXTERN_INPUT. Duplicate extern input: >> > file:/home/kristofer/.m2/repository/com/facebook/react/0.12.2.1/react-0.12.2.1.jar!/react/externs/react.js >> > at (unknown source) line (unknown line) : (unknown column) >> > >> > While excluding the :externs option produces a working optimized js file. >> > >> > /Kristofer >> > >> > -- >> > Note that posts from new members are moderated - please be patient with >> > your first post. >> > --- >> > You received this message because you are subscribed to the Google Groups >> > "ClojureScript" group. >> > To unsubscribe from this group and stop receiving emails from it, send an >> > email to [email protected]. >> > To post to this group, send email to [email protected]. >> > Visit this group at http://groups.google.com/group/clojurescript. > > Little off topic, but is there any documentation available on how to use > deps.cljs? Looks like there's a few options that it supports: > https://github.com/clojure/clojurescript/blob/251b76be8d7c072e272ca8d90edec64d6d18d5b6/src/clj/cljs/closure.clj#L966-L968 > > -- > Note that posts from new members are moderated - please be patient with your > first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
