GoogleChromeLabs / tooling.report

tooling.report a quick way to determine the best build tool for your next web project, or if tooling migration is worth it, or how to adopt a tool's best practice into your existing configuration and code base.
https://tooling.report
Apache License 2.0
848 stars 49 forks source link

Add test for CSS file hashes #369

Open nhoizey opened 4 years ago

nhoizey commented 4 years ago

For bundlers that are able to import a CSS file and generate a URL, it would be nice knowing if they can hash this generated file.

nhoizey commented 4 years ago

I see in https://bundlers.tooling.report/hashing/asset-cascade/ that non JS resources are supposed to be hashed anyway, but I'm note sure it is tested in addition to the cascade, so I don't know if this issue makes sense or not.