mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
CSS source maps for compiler plugins
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user