Skip to content

kentaroi/eleventy-plugin-rev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
};

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages