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

More realistic example #203

Closed sebdeckers closed 7 years ago

sebdeckers commented 7 years ago

Most hexadecimal encoded hashes don't contain "i" nor "n" due to them being outside the 0-9a-fA-F range.

sindresorhus commented 7 years ago

Hey @cbas. Long time no see :) You're right. I must have just written it by hand.