Closed realph closed 9 years ago
When hashres is run, it sets unique hashes on all the files. Is it possible to have the same hash used on multiple files when I run hashres? Like so:
app.js?v=123 app.css?v=123 vendor.css?v=123
Thanks!
Nope. The hash depends on the file contents, otherwise I cannot ensure cache would be invalidated properly.
When hashres is run, it sets unique hashes on all the files. Is it possible to have the same hash used on multiple files when I run hashres? Like so:
Thanks!