Hello! Is there a recommended or common way to consume cljs dependencies in a lumo script? (I see I can download deps and construct my own classpath, but I’m hoping for something a little less manual)
Not yet
Good to know I’m not missing something obvious then. I sort of feel like the opposite of cljsjs might be handy - ie. package cljs libraries as node packages - but I’m speaking from a position of relative ignorance here.
@peterwestmacott that is possible and indeed some basic and untested support has landed https://github.com/anmonteiro/lumo/commit/3cddd1daf08615a4fd5f2fcfdde962cdbd4fb708
we now just need to package the deps and deploy on npm
so if I can work out how to package and deploy cljs libs onto npm then I’m good to go?
yeah, well that would be the streamlined way, it still possible to pass already resolved dependencies to lumo
via -D