This Ember CLI addon injects Intercom's widget javascript code in your page.
ember install ember-intercom
In config/environment.js
, you need to add this :
var ENV = {
// ...
intercom: {
appId: "your app id here"
},
// ...
}
If ENV.intercom.appId
is missing, the javascript code will not be injected.
For more information on using ember-cli, visit http://www.ember-cli.com/.