lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
moxaj 2017-07-19T21:41:55.111074Z

with lumo -c c:\\x.jar, my source paths become c and \\x.jar, which then turns into e:\\x.jar (since I run lumo from drive e)

moxaj 2017-07-19T21:42:44.132570Z

it seems like srcPathsFromClasspathStrings from util.js splits on :, despite path.delimiter being ; on windows

moxaj 2017-07-19T21:43:21.148824Z

:thinking_face:

anmonteiro 2017-07-19T21:49:55.319177Z

fixed that in master the other day