lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
futuro 2017-07-10T00:59:39.194341Z

@anmonteiro how do you build Lumo with CLJS master? Currently I've cloned the repo and am building clojurescript from HEAD, but I'm hoping there's a simpler way.

anmonteiro 2017-07-10T01:00:18.201139Z

@futuro hrm, clone CLJS, ./script/build,note down the version, change it in Lumo’s build.boot

futuro 2017-07-10T01:00:37.204318Z

cool; do you build all of Lumo when you do that, or do you just boot dev?

anmonteiro 2017-07-10T01:00:48.205988Z

then boot release

anmonteiro 2017-07-10T01:00:56.207197Z

both work though

futuro 2017-07-10T01:01:30.212050Z

Sweet, thank you 🙂 (I'm gonna go with boot dev because it's faster)

hoppy 2017-07-10T02:42:56.132892Z

is there any provision for creating a stand-alone executable out of lumo + some clojurescript?