I have a project where cljsbuild works fine with any :optimizations other than :none.
I've tried including a <script> reference to goog/base.js as well as taking everything made in target/cljsbuild-compiler-0/ and putting it in the webserver's javascript directory so relative link references would be happy. The browser is currently only loading my js, base.js and deps.js so far. I read the clojurescript Quick Start[1] - are people doing the equivalent of including `lein classpath` into a build script instead of using e.g. cljsbuild? I'm using Leiningen 2.5.2 on Java 1.8.0_40-internal OpenJDK 64-Bit Server, clojure 1.7.0, clojurescript 1.7.28, and cljsbuild 1.0.3. - - - 1) https://github.com/clojure/clojurescript/wiki/Quick-Start -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
