sindresorhus / gulp-rev

Static asset revisioning by appending content hash to filenames: `unicorn.css` → `unicorn-d41d8cd98f.css`
MIT License
1.54k stars 218 forks source link

Added support for custom hashes. #157

Closed fernandocarletti closed 8 years ago

fernandocarletti commented 8 years ago

Allow the use of a custom hash as the file revision:

rev({customHash: 'this-is-custom'})

sindresorhus commented 8 years ago

Duplicate of #153.