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
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