mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 15:45:27 -05:00
browser tests now also loads sourcemaps from disk
This commit is contained in:
@@ -783,7 +783,7 @@ gulp.task("browserify", "Runs browserify on run.js to produce a file suitable fo
|
||||
next(undefined, file);
|
||||
});
|
||||
}))
|
||||
.pipe(sourcemaps.write("."))
|
||||
.pipe(sourcemaps.write(".", {includeContent: false, sourceRoot: "../../"}))
|
||||
.pipe(gulp.dest("."));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user