Fork me on GitHub
#figwheel
<
2018-09-05
>
andrea.crotti20:09:37

I moved the main doo test runner file in a separate namespace

andrea.crotti20:09:58

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

andrea.crotti20:09:24

it doesn't actually affect the build apparently it all still works, but I wonder why it's even trying to load there

bhauman20:09:12

@andrea.crotti your watching the test directory so its getting compiled

andrea.crotti21:09:22

Uhm how am I watching it?

andrea.crotti21:09:49

You mean figwheel just watches everything by default?

bhauman21:09:13

Failed to compile build :test from ["src/cljs" "test/cljs" "src/cljc" "test/cljc" "test/doo"]

bhauman21:09:28

that says build :test is watching all those directories

bhauman21:09:07

actually that’s not correct, it isn’t watching those directories, figwheel uses all source paths

bhauman21:09:22

in the builds

bhauman21:09:31

and sends them to the compiler

bhauman21:09:40

@andrea.crotti there are many good reasons for this you can disable this behavior with :load-all-builds false

bhauman21:09:49

in your figwheel config