Fork me on GitHub
#lumo
<
2017-04-13
>
dominicm08:04:27

@anmonteiro will lumo expose some way to do npm dependencies from deps.cljs in some way? Or do I just need to have one of those on the classpath?

dominicm08:04:04

I imagine the better question is: Will it work with bootstrapped cljs?

hlolli09:04:00

@stbgz didn't look, but does calvin now support -n PORT? (I made a pull request, some time ago about that feature).

anmonteiro15:04:06

@dominicm the goal is to support that, yes

dominicm15:04:57

@anmonteiro in lumo 1.4.0? 馃榿

anmonteiro15:04:51

Unlikely. Just not enough hours in the day

anmonteiro15:04:05

Have you seen the current changelog? 馃槢

anmonteiro15:04:20

@dominicm to clarify, you wanted that feature in the REPL?

anmonteiro15:04:49

Or have you been compiling CLJS stuff with Lumo?

dominicm15:04:08

uh. For use in mach / in machfiles.

anmonteiro15:04:44

I'm not yet very familiar with Mach

dominicm15:04:23

basically loads in an edn file, and does some stuff with it. It's just some cljs that runs on lumo.

dominicm15:04:56

but it would be handy to be able to let it read a deps.cljs somehow

stbgz16:04:46

@hlolli you did? I am sorry I totally missed that

anmonteiro16:04:15

@dominicm well, but are you asking about deps.cljs in general or just npm-deps?

anmonteiro16:04:31

Because Lumo already reads deps.cljs files :-)

dominicm16:04:39

@anmonteiro npm deps specifically I suppose 馃檪