Fork me on GitHub
#lumo
<
2017-07-10
>
futuro00:07:39

@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.

anmonteiro01:07:18

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

futuro01:07:37

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

anmonteiro01:07:48

then boot release

anmonteiro01:07:56

both work though

futuro01:07:30

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

hoppy02:07:56

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