Skip to content

gseguin/grunt-md5-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use: https://github.com/gseguin/grunt-hash-manifest instead

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"
  }
}

About

Grunt task to generate an MD5 manifest - Unmaintained - Use https://github.com/gseguin/grunt-hash-manifest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published