Skip to content

Commit 9d10f7c

Browse files
committed
browser tests now also loads sourcemaps from disk
1 parent 9619e3a commit 9d10f7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gulpfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ gulp.task("browserify", "Runs browserify on run.js to produce a file suitable fo
783783
next(undefined, file);
784784
});
785785
}))
786-
.pipe(sourcemaps.write("."))
786+
.pipe(sourcemaps.write(".", {includeContent: false, sourceRoot: "../../"}))
787787
.pipe(gulp.dest("."));
788788
});
789789

0 commit comments

Comments
 (0)