Hi everyone- I'm loving clojurescript and am trying to create a test app with it. This test app was going to use goog.storage, but for some reason this library doesn't appear to be available when I install clojurescript (unlike goog.dom, goog.events, etc. which work fine)
You can see this library listed in the Google Closure docs: http://closure-library.googlecode.com/svn/docs/index.html For some reason, when I bootstrap clojurescript as per Rich's instructions this library is missing (i.e. I'm missing the directory "~/clojurescript/closure/library/closure/goog/storage") One guess I have as to why this is missing is that clojurescript isn't installing the latest version of the closure library, since goog.storage appears to be a more recent addition. Does anyone know if this is the reason for my issue? Is there any way I can safely update the version of the closure library? If the closure library is out of date on purpose, does anyone know when support of a more recent closure library version is planned? Thanks! Conrad Barski -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
