so we understand each other, let me know how it goes
@bensu: I got it to work but not in the Boot pipeline
because everything you add to the Boot fileset becomes its own temp dir, so it won’t ever find node_modules
I can however use the target
task and run the compiled JS from there which works
so my solution for now is make test
which runs the boot task among other things
mmm, there has to be a way! did #C053K90BR said there was no way?
@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.
only when the fileset is written to the target directory can I rely on them being in the same