I would like to setup cache busting. I change CSS very often.
So I used pipes with fingerpriting. It work.
The name get the hash but the hash never change on rebuild with hugo & hugo server.
So my cache busting won’t work.
Yes, I can add that the SRI Integrity thing is a nice side effect of the fingerprinting (which is mainly motivated by cache busting): We can reuse the same hash (which can be somewhat expensive to calculate) for the Integrity string.