lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
dominicm 2017-09-02T09:10:46.000033Z

@drewverlee I think taking a look at gulp might be instructional. It has a similar design to boot.

2017-09-02T16:57:06.000096Z

What i like about boot is the Tasks as middleware factories. Which i learned about here: https://www.braveclojure.com/appendix-b/

dominicm 2017-09-02T17:27:48.000045Z

@drewverlee https://gulpjs.com/ it shares the pipeline paradigm, and has some kind of file abstraction.

2017-09-02T17:32:00.000018Z

Very interesting!

2017-09-02T19:18:34.000005Z

Which remindes me to finish gulp plugin for the lumo build-api.

richiardiandrea 2017-09-02T19:21:15.000034Z

I did something similar for serverless-cljs-plugin, if needed: https://github.com/nervous-systems/serverless-cljs-plugin/blob/master/serverless-cljs-plugin/serverless_lumo/build.cljs