I've been trying to create a simple project with CLJS source and CLJS tests using lein-cljsbuild 0.2.9, but it doesn't seem to be able to pick up on the cljs source.
How can I get the clojurescript tests to compile/run and include the actual project source? The output from running `lein clean && lein cljsbuild test`, the project.clj, and the relevant cljs files are all here: https://gist.github.com/31613f73e92212e161bb The repo structure is: / |-src |- -/clj |- -/cljs |- |-main.cljs |-test |- - test.cljs |- -/zenbox |- |-test/ |- |-main.cljs -- 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