From bf04ffa16979fcef36d8577e42a49d8ed1408494 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 20 Apr 2015 17:01:14 -0700 Subject: [PATCH] CSS source maps for compiler plugins --- tools/compiler-plugin.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/compiler-plugin.js b/tools/compiler-plugin.js index f3500b685f..b0065ae16d 100644 --- a/tools/compiler-plugin.js +++ b/tools/compiler-plugin.js @@ -220,7 +220,9 @@ _.extend(ResourceSlot.prototype, { files.pathJoin( serveRoot, // XXX BBP should we decide in our API that everything is / ? - files.convertToStandardPath(options.path, true))) + files.convertToStandardPath(options.path, true))), + // XXX BBP convertSourceMapPaths ??? + sourceMap: options.sourceMap }); } });