in gulpfile.js [44:49]
function copymotionui (cb) { const opts = { base: '', cwd: '' } vfs.src('node_modules/motion-ui/src/**/*', opts) .pipe(vfs.dest('src/scss/_vendor/motion-ui/')) .on('finish', cb) }