grunt-revision

0.0.1 • Public • Published

grunt-revision

Updates references to the files.

Getting Started

Install the module with: npm install grunt-revision

Then load it from your grunt.js file:

grunt.loadNpmTasks('grunt-revision');

In your grunt.js file, add the follow task entry:

revision: {
  app: {
    src: ['images/*.png'],
    references: ['css/*.css'],
    version: '<%= config.version %>'
  }
}

License

Copyright (c) 2012 Georgii Kats Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-revision

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • katsgeorgeek