First, you need install fontawesome through bower
bower install fontawesomeNext, you need add to your scss file this lines (please, check the paths if you change location of generator main.scss file):
$fa-font-path: "../../bower_components/font-awesome/fonts";
@import "../../bower_components/font-awesome/scss/font-awesome.scss";Finally, you need add this pipeline in gulp/build.js, in html task:
.pipe($.replace('../../bower_components/font-awesome/fonts', '../fonts'))