Sfoglia il codice sorgente

Fix gulp... or die trying

sevan 8 anni fa
parent
commit
fa11297647
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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) => {
             return ''; 
         }
-    }));
+    }))
+    .pipe(gulp.dest(settings.build.srcOutputDirectory));
 
     if (watch) {
         return merge2([shader, dev]);