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

map latest to hash #126

Closed jmls closed 9 years ago

jmls commented 9 years ago

Is there a way of creating the app-.js but then mapping it to app-latest.js (makes it easier to define bower.json files) ?

sindresorhus commented 9 years ago

Support questions are better asked on Stack Overflow. You should also provide more exact details. I have no idea what you're asking.

jmls commented 9 years ago

um, thanks - I think rev.manifest() is what I was looking for.