Closed Glennmen closed 4 years ago
It seems that PR #30 accidentally passed $html to get the integrity value but this causes if you are using mix version() and mix-sri.json that the property will not be found and it will always recalculate the SRI value on each load.
$html
version()
mix-sri.json
This PR should fix this issue.
It seems that PR #30 accidentally passed
$html
to get the integrity value but this causes if you are using mixversion()
andmix-sri.json
that the property will not be found and it will always recalculate the SRI value on each load.This PR should fix this issue.