Fork me on GitHub
#testing
<
2016-07-15
>
bensu01:07:52

so we understand each other, let me know how it goes

anmonteiro11:07:16

@bensu: I got it to work but not in the Boot pipeline

anmonteiro11:07:01

because everything you add to the Boot fileset becomes its own temp dir, so it won’t ever find node_modules

anmonteiro11:07:19

I can however use the target task and run the compiled JS from there which works

anmonteiro11:07:36

so my solution for now is make test which runs the boot task among other things

bensu18:07:18

mmm, there has to be a way! did #C053K90BR said there was no way?

anmonteiro18:07:18

@bensu: I had no clear answer there. the thing is Boot has these temp dirs and the result of CLJS compilation goes into one, node_modules goes into another.

anmonteiro18:07:37

only when the fileset is written to the target directory can I rely on them being in the same