Is it true that I have to add the path of the js file to the cljsbuild path:
{:source-paths ["src/cljs" "test/cljs" "resources/public/vendor"]
:compiler {:output-to "resources/private/js/unit-test.js"
:preamble ["shim.js"
"react.js"]
Otherwise I get exceptions like:
java.lang.IllegalArgumentException: No implementation of method: :make-reader
of protocol: #'clojure.java.io/IOFactory found for class: nil
--
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.