I moved the main doo
test runner file in a separate namespace
which is only in the test
cljs, profile, but still figwheel
looks into it
Failed to compile build :test from ["src/cljs" "test/cljs" "src/cljc" "test/cljc" "test/doo"] in 2.286 seconds.
---- Could not Analyze test/doo/test_runner.cljs ----
it doesn't actually affect the build apparently it all still works, but I wonder why it's even trying to load there
@andrea.crotti your watching the test directory so its getting compiled
Uhm how am I watching it?
You mean figwheel just watches everything by default?
Failed to compile build :test from ["src/cljs" "test/cljs" "src/cljc" "test/cljc" "test/doo"]
that says build :test
is watching all those directories
actually that’s not correct, it isn’t watching those directories, figwheel uses all source paths
in the builds
and sends them to the compiler
@andrea.crotti there are many good reasons for this you can disable this behavior with :load-all-builds false
in your figwheel config