I’d like to build my SCSS files in such way that the resulting CSS file would have a hash of it’s contents in its filename. This would me allow to set long cache values for the CSS files, which would prevent the need for HTTP roundtrips for those; if the file has changed, the the hash will be different so it isn’t in the cache. The same goes for Web Fonts.
This is something I’m already able to do with processed images, as their filename includes the hash value. Now let’s make it happen for the rest of the static resources too!