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

Fix multiple base paths #142

Closed Tanato closed 8 years ago

Tanato commented 8 years ago

Solves #141

torifat commented 8 years ago

@Tanato hey, extremely sorry for the late reply. But, can you please add test for your scenario so that we don't break it in the future.

Tanato commented 8 years ago

Thanks for the reply @torifat. I'll code a test scenario and update the PR as soon as I can.

Tanato commented 8 years ago

Sorry for the multiples commits, I work in Windows environment and most of tests doesn't pass in my env because of backslash separator in paths. Sad for not be able to use posix :disappointed: