From eb0787c198b80e38f0e0d6dc6d5fc6e78aa437d2 Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Mon, 23 Nov 2020 16:07:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4gulp.pipe=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gulpfile.js b/source/gulpfile.js index c8a1a4be..a087ecff 100644 --- a/source/gulpfile.js +++ b/source/gulpfile.js @@ -24,5 +24,5 @@ gulp.task("buildDts", ["buildJs"], () => { gulp.task("build", ["buildDts"], () => { return gulp.src('bin/**/*') - .pipe(gulp.dest('../demo_egret/libs/framework/')) + // .pipe(gulp.dest('../demo_egret/libs/framework/')) }); \ No newline at end of file