소스 검색

fix

Commited with a string error.
Raanan Weber 10 년 전
부모
커밋
e47e785eeb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Tools/Gulp/gulpfile.js

+ 1 - 1
Tools/Gulp/gulpfile.js

@@ -66,7 +66,7 @@ gulp.task('typescript-sourcemaps', function() {
                     typescript: require('typescript')
                 }));
     return tsResult.js
-            .pipe(sourcemaps.write(./)) // sourcemaps are written.
+            .pipe(sourcemaps.write("./")) // sourcemaps are written.
             .pipe(gulp.dest('../../Babylon/'));
 });