Font files path may not be right after concat
Vimos opened this issue · 1 comments
Vimos commented
Some bower components may contains font folders, now I have to exclude these components.
For example, font-awesome.
Is there a way to fix this, move fonts to a dist folder after concating css or js?
sapegin commented
Yeah, I did just that: copy everything to dist/build folder so paths are correct again.