I was wondering how to go about using external javascript sources in ember-cli? I am hoping to add the Google Maps API. I attempted to add it by including the following to the main index.html file like below:
{{content-for ‘head’}} is available for Ember CLI Addons, where you can inject script tags without pollutingindex.html. If you’re willing to move your external script dependency to an Addon, this is a nice alternative.