Re: Clojurescript tests not including non-test source-path

2012-11-27 Thread David Nolen
Not really, take a look at core.logic's project.clj and try to determine what's wrong. On Tuesday, November 27, 2012, Sean Grove wrote: > Thanks for the tip! > > Sadly, doesn't seem to make any difference - here's the updated > project.clj and the (same) output: > https://gist.github.com/c159e76e

Re: Clojurescript tests not including non-test source-path

2012-11-27 Thread Sean Grove
Thanks for the tip! Sadly, doesn't seem to make any difference - here's the updated project.clj and the (same) output: https://gist.github.com/c159e76e559f407287ce SEVERE: /Users/sgrove/code/clojure/zenbox/.lein-cljsbuild-compiler-1/zenbox/test/main.js:3: ERROR - required "zenbox.main" namespace

Re: Clojurescript tests not including non-test source-path

2012-11-27 Thread David Nolen
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 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

Clojurescript tests not including non-test source-path

2012-11-27 Thread Sean Grove
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 &&