Is there a versioning plug-in for Brunch? (A Brunch version grunt-rev)

124 views Asked by At

I know of static asset versioning plugins for Grunt and Gulp (gulp-rev) which will append a content hash to the filenames to prevent caching issues, but I cannot find one for Brunch. Is anyone aware of one? Thanks.

1

There are 1 answers

0
Brent Engwall On BEST ANSWER

I found the Brunch plug-in called digest-bunch. It requires the js references in the index file to be decorated which I don't like, but it does what I need it to do.