Re: How to use goog.dom.query

2012-03-08 Thread Brent Millare
>From what I understand, the third-party libraries are only packaged as part of the github, but not as a part of the goog.jar. You can use the :libs option to add the third party google compatible javascript files separately. On Thursday, March 8, 2012 2:58:46 AM UTC-5, Evan Mezeske wrote: > > J

Re: How to use goog.dom.query

2012-03-08 Thread Evan Mezeske
Just a word of warning: I've had several reports of people encountering difficulties (e.g. weird stack traces) when trying to use a recent ClojureScript compiler with the various "goog" jars that are flying around. Presumably this is due to the fact that the compiler depends on the Google Clo

Re: How to use goog.dom.query

2012-03-07 Thread Brent Millare
Have you tried giving the full path in the :libs option? On Tuesday, January 24, 2012 12:35:00 PM UTC-5, Jonas wrote: > > Hi all > > I was wondering if it's possible to use goog.dom.query[1] from > ClojureScript or ClojureScript One? It's a third party module but it's > bundled with the Closure

Re: How to use goog.dom.query

2012-01-24 Thread Dave Sann
when I say clojurescript jar here - I meant specifically the goog.jar found in the lib dir of your clojurescript install. This contains the closure libraries. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to cloju

Re: How to use goog.dom.query

2012-01-24 Thread Dave Sann
The third party libs are not included in the std closurescript jar. pinot requires a modified jar that contains the extra libs. If you follow the instructions for pinot - you can get this lib and install it - it's fairly painless. I don't know of an easy way to include these without doing this.

Re: How to use goog.dom.query

2012-01-24 Thread Mark Rathwell
You can look at how Pinot does it, some links to get you started: https://github.com/ibdknox/pinot https://github.com/ibdknox/pinot/blob/master/project.clj https://github.com/ibdknox/pinot/blob/master/src/pinot/dom.cljs https://groups.google.com/forum/#!msg/clj-noir/x5x9vcI-T4E/FaCfb8jhDXoJ On T