Explorar el Código

removed unneeded reference

Raanan Weber hace 7 años
padre
commit
308e364b85
Se han modificado 1 ficheros con 1 adiciones y 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())
                 }