移除gulp.pipe发布
This commit is contained in:
@@ -24,5 +24,5 @@ gulp.task("buildDts", ["buildJs"], () => {
|
|||||||
|
|
||||||
gulp.task("build", ["buildDts"], () => {
|
gulp.task("build", ["buildDts"], () => {
|
||||||
return gulp.src('bin/**/*')
|
return gulp.src('bin/**/*')
|
||||||
.pipe(gulp.dest('../demo_egret/libs/framework/'))
|
// .pipe(gulp.dest('../demo_egret/libs/framework/'))
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user