diff --git a/ember-cli-build.js b/ember-cli-build.js index 4264ecb9..50c0cc24 100644 --- a/ember-cli-build.js +++ b/ember-cli-build.js @@ -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'],