eleventy-plugin-rev

2.0.0 • Public • Published

eleventy-plugin-rev

This Eleventy plugin provides utility functions to make your assets revisioned.

Install

npm install eleventy-plugin-rev

Add it to Eleventy config file (usually .eleventy.js)

const rev = require("eleventy-plugin-rev");

module.exports = function(eleventyConfig) {
  eleventyConfig.addPlugin(rev);
};

Readme

Keywords

none

Package Sidebar

Install

npm i eleventy-plugin-rev

Weekly Downloads

165

Version

2.0.0

License

MIT

Unpacked Size

24.5 kB

Total Files

28

Last publish

Collaborators

  • kentaroi