For one, lein-cljsbuild doesn't even list `:none` as an option in its sample config: https://github.com/emezeske/lein-cljsbuild/blob/1.0.3/sample.project.clj#L96-L98
And, unlike the other optimization options, `:none` requires some html boilerplate which seems to be the focus of this proposal: http://dev.clojure.org/jira/browse/CLJS-851 It doesn't take much code for `:whitespace` to start taking 2-3 seconds on my new Macbook Air. `:none` on the same codebase takes a couple hundred milliseconds. One improvement would be to simply include a `:none` + `:output-to` + boilerplate example in lein-cljsbuild's README quickstart. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojurescript+unsubscr...@googlegroups.com. To post to this group, send email to clojurescript@googlegroups.com. Visit this group at http://groups.google.com/group/clojurescript.