> - On page 2 of the Closure book, there is a workflow figure on using > the Closure tools, how would ClojureScript change this workflow? It > would be great to post such a modified diagram to the closure wiki.
Some quick notes on this: 1) calcdeps.py and the compiler are taken care of for you by cljsc. 2) There's nothing specific to help with templates in ClojureScript, so you still need to generate the JS template code using the Closure template tools. 3) Use the :libs option in the compiler options to point to things like Soy or your own libs (these must use google.provides and google.require though). I haven't yet looked into the testing part yet, but I assume it works like using soy. jack. -- 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