Fingerprint also svg files
This commit is contained in:
parent
03ae9df2b5
commit
9846b41861
|
@ -2,7 +2,10 @@
|
|||
|
||||
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
|
||||
|
||||
var fingerprint = {}, assetsHost;
|
||||
var fingerprint = {
|
||||
extensions: ['js', 'css', 'png', 'jpg', 'gif', 'map', 'svg']
|
||||
},
|
||||
assetsHost;
|
||||
|
||||
if (assetsHost = process.env.ASSETS_HOST) {
|
||||
if (assetsHost.substr(-1) !== '/') {
|
||||
|
|
Loading…
Reference in New Issue
Block a user