mozilla / fxa-content-server

DEPRECATED - Migrated to https://github.com/mozilla/fxa
Mozilla Public License 2.0
163 stars 120 forks source link

fork and fix grunt-rev from whatever version we are using, or just write our own. #4190

Closed jrgm closed 8 years ago

jrgm commented 8 years ago

Unsupported module, and the md5 is totally wrong. HEAD of the repo does not even install or pass on travis. npm ftw!

shane-tomlinson commented 8 years ago

grunt-usemin is no longer maintained either - https://github.com/yeoman/grunt-usemin

shane-tomlinson commented 8 years ago

This and #4180 seem to be the same issue. One is a suggestion, one is an observable effect. Should we keep only one of these open?

pdehaan commented 8 years ago

Looks like there is an open PR for this at https://github.com/cbas/grunt-rev/pull/32, but that repo seems unmaintined for the past ~4 years. (same w/ grunt-filerev)

Or we could just write our own module, and then unmaintain it.

jrgm commented 8 years ago

... and that pull request is wrong ;-)

pdehaan commented 8 years ago

Ah, I saw your { encoding: null } comment in #4180 and saw https://github.com/cbas/grunt-rev/pull/32/files#diff-e7578b93a9244a3063f6222e6c27a72fR21 and assumed it was the same solution. Fair enough... I'll stop talking now.

vladikoff commented 8 years ago

fixed, there is a pr with its own issue

jrgm commented 8 years ago

Actually, that other PR would get the right result, but leaves behind an unused parameter. If encoding:null, the a Buffer is passed to update, in which case the fileEncoding is ignored.