« All deprecation guides
Deprecation Guide for Building Bower Packages
until: 5.0.0
id: ember-cli.building-bower-packages
Building Bower packages has been deprecated.
Please consider one of the following alternatives:
- Install the package via the npm registry and use
ember-auto-import
to import the package into your project - If alternative 1 is not an option, you could copy the contents of the Bower
package into the
/vendor
folder and useapp.import
to import the package into your project