修复 make init bug (#97)

* fix: make init
This commit is contained in:
Yao 2017-08-29 15:17:00 +08:00 committed by GitHub
parent edb23bffca
commit 3b6e462b90

View File

@ -28,5 +28,5 @@ gulp.task('copy', function(callback) {
});
});
runSequence('copy', 'addComponents');
runSequence('copy');