Skip to content

Commit

Permalink
[BUGFIX] Add cachebuster hash to iefix eot sapegin#343
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenOF committed Jul 27, 2017
1 parent 6dc6948 commit 7f52fbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/webfont.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,9 @@ module.exports = function(grunt) {
// Put hash at the end of an URL or before #hash
url = url.replace(/(#|$)/, '?' + o.hash + '$1');
}
else {
url = url.replace(/(#|$)/, o.hash + '$1');
}
}
}

Expand Down

0 comments on commit 7f52fbb

Please sign in to comment.