Fork me on GitHub
#lumo
<
2017-09-24
>
Rachel Westmacott10:09:10

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)

Rachel Westmacott16:09:10

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.

richiardiandrea17:09:25

we now just need to package the deps and deploy on npm

Rachel Westmacott17:09:10

so if I can work out how to package and deploy cljs libs onto npm then I’m good to go?

richiardiandrea17:09:38

yeah, well that would be the streamlined way, it still possible to pass already resolved dependencies to lumo via -D