Selaa lähdekoodia

removed unneeded reference

Raanan Weber 7 vuotta sitten
vanhempi
commit
308e364b85
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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())
                 }