In an Ember CLI app. If one wanted to use https://github.com/twbs/bootstrap/blob/master/js/tooltip.js
http://www.ember-cli.com/ does not seem to mention anything specific about this.
Where would this file typically be stored? At first glance, I was thinking of putting it in public/assets/js. What is the convention, if any?
Yes there is a convention. Use
bowerif a package exists. If it doesn't, download the repo into thevendorfolder. Import the file in yourBrocfile.js