The CSS reference is injected to the markup as expected. However, the fonts directory is completely ignored. From my understanding, wiredep should copy that directory to the destination defined. I tried to search where should I define that destination but I couldn't. My wiredep task is as follow
Greetings,
Font-awesome's
bower.json
file has amain
array that contain the assets that should be injectedThe CSS reference is injected to the markup as expected. However, the fonts directory is completely ignored. From my understanding,
wiredep
should copy that directory to the destination defined. I tried to search where should I define that destination but I couldn't. My wiredep task is as followHow can I tell
wiredep
where to copy the fonts? Thanks.