I am trying to use grunt-usemin to minify my css. I am using Font Awesome like this within my index.html
<link rel="stylesheet" href="components/font-awesome/css/font-awesome.min.css">
When I run usemin, I get all the styles combined. However, when I try to use the minified version, the Font Awesome icons show up as unicode squares (not as the intended icons).
Any ideas on how to fix this? I can include more information if needed.