I have no actual idea whether this is possible, but I would like to include
core.cache <https://github.com/clojure/core.cache/> in clojurescript. It
might be the case that core.cache makes use of something that would cause
it to be incompatible, I don't know, I am not at that point yet.
Anyway, here is my cljsbuild section of my project.clj
:cljsbuild {:crossovers [org.clojure/core.cache rpc.tree rpc.display]
:builds [{:source-path "src/rpc/client"
> :compiler {:output-to "resources/public/main.js"
> :optimizations :whitespace
> :externs
> ["resources/public/jquery.js"]
> :pretty-print true}}]}
You can see me trying to include org.clojure/core.cache in :crossovers,
clearly this is not what you are supposed to do. I am using core cache in
rpc.tree. rpc.tree is a clj file that I hope I am converting to a cljs file
using :crossover.
When I "lein cljsbuild once", I get the error
> WARNING: Unable to find crossover: org.clojure/core.cache
Any help at resolving this is appreciated.
--
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