Skip to content

Cecilapp/netlify-plugin-cache

Repository files navigation

netlify-plugin-cache

This Netlify plugin persists the Cecil’s cache between Netlify builds.

Usage

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-cache

Add the following lines to your project's netlify.toml file:

[build]
  publish = "_site"
[[plugins]]
  package = "@cecilapp/netlify-plugin-cache"

Available inputs

[[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)

License

@cecilapp/netlify-plugin-cache is a free software distributed under the terms of the MIT license.

© Arnaud Ligny

About

Persists the Cecil’s cache between Netlify builds.

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors