mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
browser tests now also loads sourcemaps from disk
This commit is contained in:
+1
-1
@@ -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