Browse Source

fix

Commited with a string error.
Raanan Weber 10 năm trước cách đây
mục cha
commit
e47e785eeb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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/'));
 });