I am using the Yeoman "angular -fullstack" generator. Using the newly created “angular-full shelving” I do bower install --save components-font-awesome then add the font-awesome icon to the main.html template, create and push it to the hero and I see a gray square where it should be icon.
However, if I run a local grunt serve , I see the icon as I expect.
I don’t know if this is a Yeoman Angular -fullstack problem, a grunt problem, a font problem or a Heroku problem, so I throw it there. Maybe someone can help limit this.
Note I use "components-font-awesome" instead of "font-awesome" because grunt will not create the font correctly, so using a pad is recommended.
What I see when serving locally: 
What I see when building and clicking on the hero: 
javascript angularjs gruntjs heroku yeoman
padawanlvn Feb 05 '14 at 7:34 2014-02-05 07:34
source share