浏览代码

removed unneeded reference

Raanan Weber 7 年之前
父节点
当前提交
308e364b85
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tools/Gulp/gulpfile.js

+ 1 - 1
Tools/Gulp/gulpfile.js

@@ -462,7 +462,7 @@ var buildExternalLibrary = function (library, settings, watch) {
                 });
 
                 if (minifiedOutputs.length) {
-                    build = build.pipe(clone())
+                    build = build
                         .pipe(uglify())
                         .pipe(optimisejs())
                 }