移除demo

This commit is contained in:
yhh
2020-11-23 16:07:30 +08:00
parent 14a73e4010
commit 0f17aff8fd
149 changed files with 1 additions and 183711 deletions

View File

@@ -24,5 +24,5 @@ gulp.task("buildDts", ["buildJs"], () => {
gulp.task("build", ["buildDts"], () => {
return gulp.src('bin/**/*')
.pipe(gulp.dest('../demo/libs/framework/'))
.pipe(gulp.dest('../demo_egret/libs/framework/'))
});