1.1.1 • Published 12 years ago

lumbar-long-expires v1.1.1

Weekly downloads
41
License
-
Repository
github
Last release
12 years ago

Lumbar Long Expires Plugin

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": [],
      "long-expires": "git rev-parse HEAD"
    }

lumbar.json

1.1.1

12 years ago

1.1.0

12 years ago

1.0.2

12 years ago

1.0.1

13 years ago

1.0.0

14 years ago

0.0.1

14 years ago