Proper way to include font-awesome

FWIW, this works for me:

    "fontawesome": {
      "main": [
        "./scss/font-awesome.scss",
        "./fonts/*"
      ]
    },

If you are running gulp watch, stop that after installing something with Bower, then run gulp && gulp watch