Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Allow opting out of fingerprinting to make benchmarking easier.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 26, 2017
1 parent aaffddf commit 0182f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = function(defaults) {
extensions: ['js']
},
fingerprint: {
enabled: parseFlag('FINGERPRINT', env === 'production'),
exclude: ['gravatar.jpg']
}
};
Expand Down

0 comments on commit 0182f55

Please sign in to comment.