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
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
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
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 &&