소스 검색

Fix SRC Maps

sevan 8 년 전
부모
커밋
1b97c7a480
2개의 변경된 파일1012개의 추가작업 그리고 1013개의 파일을 삭제
  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))

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1011 - 1011
dist/preview release/babylon.d.ts