Fixes #403 - reworks tracking input files in source maps.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 12 Dec 2014 22:34:12 +0000 (22:34 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 12 Dec 2014 22:37:23 +0000 (22:37 +0000)
commit8c7afcf34483ef8614e8edabdf065ee449aac039
treeac323a489bd2d6cfe2a027bb0fe4f878a0cfa8a8
parent2ad68ea98ba8a05c619f49c6533ef8de4df0d484
Fixes #403 - reworks tracking input files in source maps.

* We don't keep filenames in escaped data anymore.
History.md
lib/clean.js
lib/imports/inliner.js
lib/selectors/tokenizer.js
lib/utils/input-source-map-tracker.js
lib/utils/source-tracker.js [new file with mode: 0644]
test/data/partials/with__double_underscore.css [new file with mode: 0644]
test/integration-test.js
test/selectors/tokenizer-source-maps-test.js
test/selectors/tokenizer-test.js