0.4.0 • Published 11 years ago

grunt-md5-manifest v0.4.0

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

grunt-md5-manifest Build Status

Creates an MD5 manifest

Getting Started

This plugin requires Grunt ~0.4.0

npm install grunt-md5-manifest --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-md5-manifest');

*This plugin was designed to work with Grunt 0.4.x.

Usage Examples

"md5-manifest": {
  dist: {
    options: {
        cwd: "dist"
    },
    src: [ "**/*" ],
    dest: "MANIFEST"
  }
}