cgross / generator-cg-angular

Yeoman generator for Enterprise Angular projects.
MIT License
592 stars 198 forks source link

FontAwesome out of date #57

Closed eknowles closed 10 years ago

eknowles commented 10 years ago

A lot of the new icons from FontAwesome are missing.

bwinchester commented 10 years ago

The current project's bower.json is set to FontAwesome 4.0, but you can change that to 4.1 and run bower update to fix that.

eknowles commented 10 years ago

I just ran the bower install again, not sure if this should be an issue anymore.

bwinchester commented 10 years ago

Yeah, fontawesome is set to ~4.0 in the bower.json, so anything between 4.0 and < 5.0 should get installed.