And five seconds later, I changed my project.clj's :cljsbuild to

{:crossovers [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}}]}

It has a bajilion warnings, but at least compiles. Dumb I am. No guarantee 
it really works, but at least it compiles.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to