修复 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
+1 -1
View File
@@ -28,5 +28,5 @@ gulp.task('copy', function(callback) {
});
});
runSequence('copy', 'addComponents');
runSequence('copy');