- refactor to use grunt's native expand
- Allow expanded destinations
- add option for custom hash function, custom hash separator and update readme (abimaelmartell)
- only append hash extension if there is a hash (guardian)
- Parameterize the hash character length.
- Don't corrupt binary files on hashing
- Fixed missing semicolon in readme example
- Clarified documentation a tiny bit
- added tests
- Add file full path in the output mapping file, and add options to control it [SBoudrias]
- changed gruntfile to output to an out directory
- Merge pull request #7 from SBoudrias/master
- Refactor task as a standard multi-task (Also refactor the code to use built-in Grunt helpers)
- removed use strict
- Merge pull request #4 from eltimn/master
- Create mapping file directory if it doesn't exist
- Merge pull request #3 from michaellopez/encoding
- Proper use of encoding for hashing international characters.
- [example] updated to show how to do php file output
- [task] added .php output support for mapping file
- create dest directory if it doesn't exist
- [docs] updated readme
- [grunt] updated jshint config
- [package] updated jshint dep
- Merge branch 'feature/grunt0.4'
- Updates grunt-hash for Grunt 0.4
- updated package and readme
- initial commit