Yeoman, How to reference a bower package (font-awesome)?
问题 I'm totally new to Yeoman and I'm facing an issue with it after setting up my project I decided that I want to use font-awesome so I installed it using bower and it works fine the issue is that font-awesome is not in the dist/bower_components folder but when I reference the css file of font-awesome in the html page like this <link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css"> it works in the localhost but still no files in dist/bower_components except for