Changes internal representation of all paths.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 15 Mar 2015 15:50:01 +0000 (15:50 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 15 Mar 2015 15:50:01 +0000 (15:50 +0000)
commitc58a7b61412db84db9bc8420b38b9f567ad467dc
treed5e4110a4cdaaf60bce3b7efa6abb705b6ae2e03
parent9c7aa616ee33df54bca8c21421dc0e5ad47746df
Changes internal representation of all paths.

Paths has to be either:

* relative to root path if referencing a local file
* absolute for all URLs.
lib/imports/inliner.js
lib/selectors/tokenizer.js
lib/utils/input-source-map-tracker.js
lib/utils/source-reader.js
test/binary-test.js
test/source-map-test.js