lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
pesterhazy 2017-06-15T09:26:10.386175Z

@anmonteiro, nice! What do you suggest to use for actually retrieving the deps? boot -d rewrite-cljs:0.4.3 show --fileset?

anmonteiro 2017-06-15T18:08:20.535350Z

@pesterhazy yeah, or some other lein or Maven command

richiardiandrea 2017-06-15T18:47:42.446720Z

@pesterhazy there is also with-cp in boot which resolves and writes the classpath string directly, ready for lumo -c $(cat cp)