in gulpfile.js [30:35]
function copyfoundationvendor (cb) {
const opts = { base: '', cwd: '' }
vfs.src('node_modules/foundation-sites/_vendor/**/*', opts)
.pipe(vfs.dest('src/scss/_vendor/foundation-sites/_vendor'))
.on('finish', cb)
}