techjacker / node-version-assets

Version your static assets with MD5 hashes using node.js
MIT License
63 stars 11 forks source link

Support SRI #18

Open gemal opened 7 years ago

gemal commented 7 years ago

https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity

could it be made into supporting SRI? that would be pretty nice

or perhaps support reading information from a file generated from https://github.com/neftaly/grunt-sri

techjacker commented 7 years ago

That would be a great feature, do you fancy implementing it?