shonny-ua / gulp-rev-collector

Static asset revision data collector from manifests, with was generated from different streams and replace they's links in html template.
MIT License
150 stars 41 forks source link

Rev Collector longer collects revs by default if using gulp-rev 4.0 #13

Closed tony2nite closed 9 years ago

tony2nite commented 9 years ago

In gulp-rev 4.0 the new default hash length is now 10 so the default revSuffix value no longer picks up the manifest hash.

Setting the revSuffix config correctly to allow for 10 character makes it work again:

revSuffix: '-[0-9a-f]{10}-?'

Not an issue with Rev Collector as such, but added here for the record.

shonny-ua commented 9 years ago

Use version 1.0.0 and have fun! ;)

tony2nite commented 9 years ago

👍