Browse Source

Fix gulp... or die trying

sevan 8 năm trước cách đây
mục cha
commit
fa11297647
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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]);