sindresorhus / gulp-rev

Static asset revisioning by appending content hash to filenames: `unicorn.css` → `unicorn-d41d8cd98f.css`
MIT License
1.54k stars 217 forks source link

Adds support for rails4 manifest files #155

Closed itsthatguy closed 8 years ago

itsthatguy commented 8 years ago

It's all in the title

sindresorhus commented 8 years ago

Sorry. Out of scope of this plugin. Create a new one. This one is feature complete.

bobthecow commented 8 years ago

The Gulp Way is to use a lot of small, specialized plugins instead of a few configurable plugins.

For this, it'd make a lot of sense to split it off into a gulp-rev-rails4-manifest plugin which you could use in conjunction with gulp-rev, instead of (or beside) the rev.manifest version.

itsthatguy commented 8 years ago

sounds good.

bobthecow commented 8 years ago

And be sure to open a PR to add it to the "Works with gulp-rev" section of the README :)