function browserSyncReload()

in gulpfile.js [110:113]


function browserSyncReload(done) {
  browserSync.reload();
  done();
}