Skip to content
This repository was archived by the owner on May 29, 2020. It is now read-only.

Commit f23cb97

Browse files
rubenOFalampros
authored andcommitted
Add cachebuster hash to iefix eot
Fix for #343
1 parent 6dc6948 commit f23cb97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/webfont.js

+3
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,9 @@ module.exports = function(grunt) {
714714
// Put hash at the end of an URL or before #hash
715715
url = url.replace(/(#|$)/, '?' + o.hash + '$1');
716716
}
717+
else {
718+
url = url.replace(/(#|$)/, o.hash + '$1');
719+
}
717720
}
718721
}
719722

0 commit comments

Comments
 (0)