瀏覽代碼

修改打包脚本

huqi 6 年之前
父節點
當前提交
2fa27e213d
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);