kentaroi / eleventy-plugin-rev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 97.8%Language:Handlebars 0.7%Language:Liquid 0.7%Language:Nunjucks 0.7%