mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
browser tests now also loads sourcemaps from disk
This commit is contained in:
parent
9619e3a840
commit
9d10f7c3fb
@ -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("."));
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user