Explorar o código

removed unneeded reference

Raanan Weber %!s(int64=7) %!d(string=hai) anos
pai
achega
308e364b85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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())
                 }