Gulp / Grunt wiredep not injecting font-awesome
17:09When I run the wiredep to have all dependencies correctly injecting into my index page. Font-awesome was left out. It failed to inject font-awesome when running gulp wiredep.
Solution:
In order to include them you need to include overrides method in the bower.json file. This is the update by font-awesome that affect the allocation
Hope it helps!
0 comments