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

added build_prefix to manifest file. #256

Closed alirezas closed 5 years ago

alirezas commented 5 years ago

in case you need something like this in the manifest file: "js/app.js": "build/js/app-9e7966f994.js"

Resolves {ISSUE_ID}

What's new?

sindresorhus commented 5 years ago

Thanks for the suggestion, but it's not something I want to add.