netlify-plugin-cecil-cache

0.3.3 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.3
    11
    • latest

Version History

Package Sidebar

Install

npm i netlify-plugin-cecil-cache

Weekly Downloads

12

Version

0.3.3

License

MIT

Unpacked Size

5.03 kB

Total Files

7

Last publish

Collaborators

  • aligny