lumo

riptidebeach 2019-04-05T12:54:27.000200Z

@riptidebeach has left the channel

2019-04-05T18:56:09.000700Z

question about lumo build.. After compiling doesn’t seem like `-main gets called

2019-04-05T18:56:23.001Z

any help greatly appreciated

2019-04-05T18:56:45.001200Z

build file

(require '[lumo.build.api :as b])

(b/build "src"
  {:main 'hello.core
   :output-to "main.js"
   :optimizations :advanced
   :target :nodej})