anyone here used b/node-inputs
with lumo?
@dehli uhm I am not familiar with that, where is it showing?
Iโm trying to figure out how to bundle npm dependencies into the generated js file
@dehli so I have never tried that but being an alpha in Cljs, I would say expect many more bumps in lumo
Ya, that makes sense. I think Iโm running into issues on the cljs side though and not lumo at this point
Hey all, Iโm trying to use lumo to run some frontend tests, but itโs not finding my installed clojars (they are installed through boot). Is there an example out there of how this would look?
would i need to create a pom file and then use maven to generate the class path for those files and then pass that to lumo?
I see the -D
flag which sounds like an easier path to go down. I think Iโll try sticking them in an edn file and then pulling them out from there
@dehli if your deps are already in .m2
then multiple -D
should work
Ya, just trying to figure out how to store them so that boot and lumo could both use the same deps
Also thanks! ๐
Just found this issue which seems like a good option https://github.com/anmonteiro/lumo/issues/328 (using deps.edn)
I also usually generate a file contained the resolved dependencies with boot with-cp
...it's similar to what you see in that issue