0.0.1 • Published 11 years ago

grunt-revision v0.0.1

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

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.