Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

This Eleventy plugin provides utility functions to make your assets revisioned. Forked using a different hashing algorithm

License

Notifications You must be signed in to change notification settings

defencedigital/eleventy-plugin-rev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 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

This Eleventy plugin provides utility functions to make your assets revisioned. Forked using a different hashing algorithm

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 97.9%
  • Other 2.1%