Adds correct rebasing for sources in input source maps.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 26 Nov 2014 18:26:24 +0000 (18:26 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 8 Dec 2014 09:39:15 +0000 (09:39 +0000)
commitf0d9050b411697be1f8ca3950a2a080cf21d101a
tree939e1321c0f1c01a29c169d86b5cf83645b2eaee
parent8ace8f9969b90cd75ab212a90da55dbc560269a3
Adds correct rebasing for sources in input source maps.

* Supports absolute paths (when `root` option given).
* Supports relative paths (when `target` option given).
* Supports remote URLs.
lib/imports/inliner.js
lib/selectors/source-map-stringifier.js
lib/utils/input-source-map-tracker.js
test/binary-test.js
test/data/source-maps/relative.css [new file with mode: 0644]
test/data/source-maps/sub/styles.css [new file with mode: 0644]
test/data/source-maps/sub/styles.css.map [new file with mode: 0644]
test/source-map-test.js