On Fri, Oct 5, 2012 at 8:38 AM, Andrew <ache...@gmail.com> wrote: > How do I tell Closure to include Codemirror.js and other js files when it > optimizes? > > My project.clj file has this: > > > :cljsbuild { > > :builds { > :prod > {:source-path "src-cljs" > :compiler {:output-to > "resources/public/js/subpar.core.js" > :optimizations :advanced > :pretty-print false}}} >
You might find this helpful: http://lukevanderhart.com/2011/09/30/using-javascript-and-clojurescript.html I believe you can use the same options you give to ClojureScript compiler so you should be good. David -- 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