yeoman / generator-angular

Yeoman generator for AngularJS
http://yeoman.io
5.73k stars 1.44k forks source link

Fonts not building correctly #1368

Closed jmwierzbicki closed 8 years ago

jmwierzbicki commented 8 years ago

Hello, i have build application with help of this generator, however when i compile application with grunt build command /fonts directory doesn't contain every font. I have installed Fonts awesome, roboto and bootstrap with bower command, it got saved to index.html correctly. but only bootstrap fonts are there.

jmwierzbicki commented 8 years ago

i had to add needed fonts manually to gruntfile copy resources section,, it would be nice if script could actually find all needed fonts and move them automatically.

eddiemonge commented 8 years ago

wiredep doesnt currently support adding fonts so it has to be done manually. See this issue for more info https://github.com/taptapship/wiredep/issues/200