Fork me on GitHub
#boot
<
2016-03-30
>
martinklepsch15:03:06

what's the boot-cljs-test version everyone's using?

martinklepsch16:03:38

(deftask apptest []
  (set-env! :source-paths #(conj % "test"))
  (comp (test-cljs :js-env :phantom
                   :update-fs? true)
        (show :fileset true)
        (target)))
for some reason the show and target tasks are never ran (tried with three most recent versions)

martinklepsch16:03:42

I even have BOOT_EMIT_TARGET unset, though that shouldn't matter

crisptrutski16:03:07

mind pushing a minimal repo? happy to poke

crisptrutski16:03:03

perhaps :exit? false? hazy but perhaps default is true

martinklepsch16:03:26

@crisptrutski: no change :exit? false — that got me optimistic though haha

crisptrutski16:03:50

oh dear.. perhaps this should be my exit

crisptrutski16:03:33

i’m in your repo, running your tests...

crisptrutski16:03:42

which boot are you on? i’m probably behind

crisptrutski16:03:57

only straw I can grasp at is that your process is terminating on warn for some reason

crisptrutski16:03:25

recommend checking if it’ll run on circle or travis