lumbar-long-expires

1.1.1 • Public • Published

Lumbar Long Expires Plugin

Build Status

Lumbar plugin that provides long-expires resource loading for lumbar modules.

Configuration

To enable this plugin a long-expires key must be defined on the root lumbar config object. The value of this key is the process that is executed to generate expires cache busting key. This could be a unique id from source control such as the git commit sha, a timestamp, or any other value that will be unique on each build.

When in watch mode this value is cached until the configuration is changed. It will only update when a complete rebuild is done as a result of changing the config file or restarting the watch.

Example

The following example uses the current git SHA as the unique token.

    {
      "modules": [],
      "plugins": ["lumbar-long-expires"],
      "long-expires": "git rev-parse --short HEAD"
    }

lumbar.json

/lumbar-long-expires/

    Package Sidebar

    Install

    npm i lumbar-long-expires

    Weekly Downloads

    4

    Version

    1.1.1

    License

    none

    Last publish

    Collaborators

    • kpdecker
    • dalmaer