Hi, I want to create a (partially static) server with nodejs and express. I want to be able to write something like the following:
(def app (.createServer express)) (.use app (.static express "public")) (.listen app 8080) The problem here is that clojurescript seems to compile the name 'static' to 'static$'. No matter how I do it, this is the case. I have tried various tricks with js* and such, but all have been unsuccessful. Any ideas? Jonathan -- 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