This Netlify plugins persist 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 netlify-plugin-cecil-cache
Add the following lines to your project's netlify.toml
file:
[build]
publish = "_site"
[[plugins]]
package = "netlify-plugin-cecil-cache"
[[plugins]]
package = "netlify-plugin-cecil-cache"
[plugins.inputs]
cacheDir = ".cache" # Cache directory (`.cache` by default)
debug = true # Print full list of cached files in build log (`false` by default)
netlify-plugin-cecil-cache is a free software distributed under the terms of the MIT license.