CSS source maps for compiler plugins

This commit is contained in:
David Glasser
2015-04-20 17:01:14 -07:00
parent ed22b3420a
commit bf04ffa169

View File

@@ -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
});
}
});