From ab2a72b486673290c6ae8ba955ce132ecca40965 Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Tue, 30 May 2017 14:50:12 -0700 Subject: [PATCH] Stop prepending file:// to sourcemap paths Submitting on behalf of mhegazy --- Jakefile.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jakefile.js b/Jakefile.js index f1a714c1e26..286fb98cff5 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -321,9 +321,6 @@ function compileFile(outFile, sources, prereqs, prefixes, useBuiltCompiler, opts } else { options += " -sourcemap"; - if (!opts.noMapRoot) { - options += " -mapRoot file:///" + path.resolve(path.dirname(outFile)); - } } } else {