Hmm, perhaps the minified jQuery is doing its own munging. I have no idea. Sorry. :( If you don't *really* need jQuery, you should probably elide it. Google Closure provides a ton of advanced compilation compatible functionality you would otherwise be using jQuery for.
On Sunday, January 11, 2015 at 4:29:01 PM UTC-5, Jonathon McKitrick wrote: > On Sunday, January 11, 2015 at 4:22:08 PM UTC-5, [email protected] wrote: > > That's almost certainly an externs issue. Looks to me like you need to > > supply externs for react.js. > > When I add "reagent/react.js" to the externs vector, I get this error: > > Jan 11, 2015 4:27:43 PM com.google.javascript.jscomp.LoggerErrorManager > println > SEVERE: ERROR - Duplicate extern input: > /Users/jmckitrick/devel/cljs/pts/resources/reagent/react.js -- 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.
