diff --git a/index.js b/index.js index c5654f2..f4f6560 100644 --- a/index.js +++ b/index.js @@ -3,6 +3,11 @@ module.exports = { name: 'ember-cli-fastclick', + + isEnabled: function() { + return !process.env.EMBER_CLI_FASTBOOT; + }, + included: function(app) { this._super.included(app); diff --git a/package.json b/package.json index f528099..0dfe5e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-fastclick", - "version": "1.0.3", + "version": "1.0.4", "directories": { "doc": "doc", "test": "tests"