sapegin / grunt-webfont

SVG to webfont converter for Grunt
MIT License
1.11k stars 210 forks source link

[BUGFIX] Add cachebuster hash to iefix eot #343 #370

Closed rubenOF closed 7 years ago

rubenOF commented 7 years ago

This patch adds the cache busting hash to the #iefix eot font. I couldn't find any reason not to.

Example: src:url("omropicons.eot?#iefix") format("embedded-opentype"),

becomes

src:url("omropicons.eot?fa94893df8ce9f498319f56d3b45332c#iefix") format("embedded-opentype"),

alampros commented 7 years ago

Thanks!