Skip to content

Commit ab2a72b

Browse files
committed
Stop prepending file:// to sourcemap paths
Submitting on behalf of mhegazy
1 parent 928da67 commit ab2a72b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Jakefile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,6 @@ function compileFile(outFile, sources, prereqs, prefixes, useBuiltCompiler, opts
321321
}
322322
else {
323323
options += " -sourcemap";
324-
if (!opts.noMapRoot) {
325-
options += " -mapRoot file:///" + path.resolve(path.dirname(outFile));
326-
}
327324
}
328325
}
329326
else {

0 commit comments

Comments
 (0)