Skip to content

Commit

Permalink
oops forgot to revert fingerprinting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Feb 25, 2016
1 parent bf0afc1 commit 4faa483
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ module.exports = function(defaults) {
runsIn: "production"
},
fingerprint: {
//enabled: isProductionLikeBuild,
enabled: false,
enabled: isProductionLikeBuild,
prepend: prepend,
extensions: ['js', 'css', 'png', 'jpg', 'gif', 'map', 'svg', 'eot', 'ttf', 'woff', 'woff2', 'ico'],
exclude: ['test-loader', 'test-support', 'testem']
Expand Down

0 comments on commit 4faa483

Please sign in to comment.