This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-02
Channels
- # bangalore-clj (4)
- # beginners (30)
- # boot (11)
- # cljsrn (11)
- # clojure (18)
- # clojure-conj (2)
- # clojure-italy (1)
- # clojure-uk (6)
- # clojurescript (14)
- # clojurewerkz (1)
- # core-async (3)
- # fulcro (14)
- # hoplon (12)
- # lumo (7)
- # off-topic (24)
- # onyx (2)
- # portkey (1)
- # protorepl (1)
- # re-frame (8)
- # spacemacs (14)
- # specter (95)
- # unrepl (14)
@drewverlee I think taking a look at gulp might be instructional. It has a similar design to boot.
What i like about boot is the Tasks as middleware factories. Which i learned about here: https://www.braveclojure.com/appendix-b/
@drewverlee https://gulpjs.com/ it shares the pipeline paradigm, and has some kind of file abstraction.
Very interesting!
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