I think you need to make sure that the cljs files are also on the Lein 2 :source-paths
David On Tue, Nov 27, 2012 at 12:50 PM, Sean Grove <[email protected]> wrote: > 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 [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
