Skip to content

Commit

Permalink
Merge pull request #110 from ember-cli/fix-the-world
Browse files Browse the repository at this point in the history
[HOTFIX #109] disable heimdall stuff for now
  • Loading branch information
stefanpenner authored Feb 24, 2017
2 parents 52080b2 + be7eaf4 commit 2ca5882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
},

included: function() {
if (shouldUseInstrumentedBuild()) {
if (false /* hotfix */&& shouldUseInstrumentedBuild()) {
this.app.import('vendor/loader/loader.instrument.js', {
prepend: true
})
Expand Down

0 comments on commit 2ca5882

Please sign in to comment.