Explorar el Código

Merge pull request #1566 from sebavan/Development

Fix gulp... or die trying
David Catuhe hace 8 años
padre
commit
2244e43aad
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Tools/Gulp/gulpfile.js

+ 2 - 1
Tools/Gulp/gulpfile.js

@@ -250,7 +250,8 @@ var buildExternalLibrary= function(library, settings, watch) {
         sourceRoot: (filePath) => {
         sourceRoot: (filePath) => {
             return ''; 
             return ''; 
         }
         }
-    }));
+    }))
+    .pipe(gulp.dest(settings.build.srcOutputDirectory));
 
 
     if (watch) {
     if (watch) {
         return merge2([shader, dev]);    
         return merge2([shader, dev]);