nervous-systems / serverless-cljs-plugin

Serverless plugin for Clojurescript deployment w/ cljs-lambda
The Unlicense
75 stars 10 forks source link

Feature/lumo cache #25

Closed arichiardi closed 7 years ago

arichiardi commented 7 years ago

Antonio has introduced incremental builds (https://github.com/anmonteiro/lumo/commit/7c34d011dd8232828a337f361737de0bd3cfd1b4) and caching so this is now relevant.

It adds a cache option that can be either a path to a custom folder or "none". If the cache key is missing, lumo will execute with --auto-cache.