Jelajahi Sumber

修改打包脚本

huqi 6 tahun lalu
induk
melakukan
2fa27e213d
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      gulpfile.js

+ 0 - 1
gulpfile.js

@@ -320,7 +320,6 @@ function deploy_server(){
             if (doCount <= size) {doCount++; pb.render({ completed: doCount, total: size, count: doCount})};
             if (doCount > size) {console.log();}
         }));
-    //.pipe(gutil.noop());
 }
 
 exports.preperation =  gulp.series(download_commons_and_jvm, decompress_commons_and_jvm);