Skip to content

Commit

Permalink
Merge pull request #264 from Gaurav0/fingerprint_favicon
Browse files Browse the repository at this point in the history
Fingerprint favicon
  • Loading branch information
Gaurav0 committed Oct 29, 2015
2 parents 4b3ce4d + 1a7c0f6 commit 09051e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = function() {
fingerprint: {
enabled: isProductionLikeBuild,
prepend: prepend,
extensions: ['js', 'css', 'png', 'jpg', 'gif', 'map', 'svg', 'eot', 'ttf', 'woff', 'woff2']
extensions: ['js', 'css', 'png', 'jpg', 'gif', 'map', 'svg', 'eot', 'ttf', 'woff', 'woff2', 'ico']
},
codemirror: {
modes: ['xml', 'javascript', 'handlebars', 'htmlmixed', 'css'],
Expand Down

0 comments on commit 09051e2

Please sign in to comment.