0.3.3 • Published 2 years ago

netlify-plugin-cecil-cache v0.3.3

Weekly downloads
9
License
MIT
Repository
github
Last release
2 years ago

netlify-plugin-cecil-cache

This Netlify plugins persist 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 netlify-plugin-cecil-cache

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

[build]
  publish = "_site"

[[plugins]]
  package = "netlify-plugin-cecil-cache"

Available inputs

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

License

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

© Arnaud Ligny

0.3.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.3

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago