sapegin / grunt-bower-concat

Bower components concatenator for Grunt
MIT License
220 stars 72 forks source link

Font files path may not be right after concat #68

Closed Vimos closed 8 years ago

Vimos commented 8 years ago

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 8 years ago

Yeah, I did just that: copy everything to dist/build folder so paths are correct again.