Fixes issue #11 (when running on new ember-cli 0.0.42). When no options are defined in the ember-cli project's brocfile.js, then the options object will be undefined. So ensure that the options object exists before looking for its components or import properties.
Made these small changes and verified that Hello World "{{bs-alert message="A self destroyable hello world message!" type="info" dismissAfter=2 fade=true}}" now works in my ember-cli project after this change.
Fixes issue #11 (when running on new ember-cli 0.0.42). When no options are defined in the ember-cli project's brocfile.js, then the options object will be undefined. So ensure that the options object exists before looking for its components or import properties.
Made these small changes and verified that Hello World "{{bs-alert message="A self destroyable hello world message!" type="info" dismissAfter=2 fade=true}}" now works in my ember-cli project after this change.