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! While you're at it, check out some resources Treehouse students have shared here.

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

JavaScript

Problem 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!

Kristi Smythe
Kristi Smythe
10,665 Points

Hey 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

Thanks Kristi, I'll take a look!

Ok just for future reference the CSS and JS files are loaded from config/env/all.js