I have an angular project that is built using grunt, which uses maybe a dozen icons from an awesome font. I am currently including and thus distributing the entire font library. Is there a way to “pull out” only the icons that I actually use (preferably as part of the build process)?
I saw the icomoon app, and it seems to give me the result I want, but this is a manual update process when the icon changes.
angularjs gruntjs font-awesome
eflat
source share