My question is how to include font-awesome in my Grunt project?
The part of my Gruntfile that seems related is:
compass: { options: { sassDir: '/styles', cssDir: '.tmp/styles', imagesDir: '/images', javascriptsDir: '/scripts', fontsDir: '/styles/fonts', importPath: '/bower_components', relativeAssets: true }, dist: {}, server: { options: { debugInfo: true } } },
PS I saw: Yeoman, How to reference a bower package (font-awesome)? --> They talk about copying, but don't show Grunt code.
PPS There is also Why does Yeoman build without /styles/fonts? - but it does not show how to work with fonts from font-awesome (coming from Bower)