Skip to content

Commit 4faa483

Browse files
committed
oops forgot to revert fingerprinting
1 parent bf0afc1 commit 4faa483

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ember-cli-build.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ module.exports = function(defaults) {
2323
runsIn: "production"
2424
},
2525
fingerprint: {
26-
//enabled: isProductionLikeBuild,
27-
enabled: false,
26+
enabled: isProductionLikeBuild,
2827
prepend: prepend,
2928
extensions: ['js', 'css', 'png', 'jpg', 'gif', 'map', 'svg', 'eot', 'ttf', 'woff', 'woff2', 'ico'],
3029
exclude: ['test-loader', 'test-support', 'testem']

0 commit comments

Comments
 (0)