sindresorhus / gulp-rev

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

Fix for #118 #152

Closed warmrobot closed 8 years ago

warmrobot commented 8 years ago

There is no common sense to store in manifest same paths which differs only with rev: foo/bar.js: foo/bar.d41d8cd98f.js. More useful to store the original file paths. src/js/bar/bar.js: dist/js/bar.d41d8cd98f.js

benbieler commented 8 years ago

Hi @warmrobot! Thanks a lot! There just is one thing: Please squash your commits... We like a clean commit history ;)

warmrobot commented 8 years ago

Well, ok. I open a new pull request.