From 1a7c0f6f30d9a92192339245a1dc62a9b228e5d5 Mon Sep 17 00:00:00 2001 From: Gaurav Munjal Date: Thu, 29 Oct 2015 13:29:41 -0400 Subject: [PATCH] Fingerprint favicon --- ember-cli-build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],