This Netlify plugin persists the Cecil’s cache between Netlify builds.
There are two ways to install this plugin:
Installing from Netlify UI
One-click install to add this to your Cecil site.
Installing from npm
Add the plugin in package.json:
npm install -D @cecilapp/netlify-plugin-cacheAdd the following lines to your project's netlify.toml file:
[build]
publish = "_site"
[[plugins]]
package = "@cecilapp/netlify-plugin-cache"[[plugins]]
package = "@cecilapp/netlify-plugin-cache"
[plugins.inputs]
cacheDir = ".cache" # Cache directory (`.cache` by default)
debug = true # Print list of cached folders in build log (`false` by default)@cecilapp/netlify-plugin-cache is a free software distributed under the terms of the MIT license.