sevan 8 lat temu
rodzic
commit
1b97c7a480
2 zmienionych plików z 1012 dodań i 1013 usunięć
  1. 1 2
      Tools/Gulp/gulpfile.js
  2. 1011 1011
      dist/preview release/babylon.d.ts

+ 1 - 2
Tools/Gulp/gulpfile.js

@@ -134,8 +134,7 @@ gulp.task('typescript-compile', function () {
                 {
                     includeContent:false, 
                     sourceRoot: (filePath) => {
-                        var repeatCount = filePath.relative.split(path.sep).length - 1;
-                        return '../'.repeat(repeatCount); 
+                        return ''; 
                     }
                 }))
             .pipe(gulp.dest(config.build.srcOutputDirectory))

Plik diff jest za duży
+ 1011 - 1011
dist/preview release/babylon.d.ts