Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Ben Gervais
8,955 PointsProblem Installing Vendor Packages Into MEAN.JS App
I have already installed the vendor libs into bower.json but now am trying to figure out how to link the script and css files to the app.
Is there a console command to automatically insert the package into the app after installing with bower?
Btw, in this case I am trying to add font-awesome but it could be any package really, just trying to find the most efficient way to do it.
Thanks!

Ben Gervais
8,955 PointsThanks Kristi, I'll take a look!

Ben Gervais
8,955 PointsOk just for future reference the CSS and JS files are loaded from config/env/all.js
Kristi Smythe
10,665 PointsKristi Smythe
10,665 PointsHey Ben,
Here's a link to a 'how to' convo on StackOverflow that might help: http://stackoverflow.com/questions/23349959/recommended-way-to-include-bootstrap-library-in-ember-js-ember-cli-app
And some Rails oriented commands for bower that might also help: http://dotwell.io/taking-advantage-of-bower-in-your-rails-4-app/
Cheerios, Kristi