Fixes #236 - incorrect rebasing with nested `import`s.
authorJakub Pawlowicz <jakub@goalsmashers.com>
Mon, 10 Feb 2014 21:29:15 +0000 (21:29 +0000)
committerJakub Pawlowicz <jakub@goalsmashers.com>
Mon, 10 Feb 2014 21:30:38 +0000 (21:30 +0000)
commit785567a66553972de5546f0a13bfa15971d74fc3
tree55b5fe29710780242d3c4bec3ff73ba04777c921
parentd5984beba1e0c68fbed21db597a5bf01a9039e1d
Fixes #236 - incorrect rebasing with nested `import`s.

Because of a typo, rebasing of nested relative imports were not processed correctly,
leading to relative paths to last @import not the original one.

Thanks to @alexeyraspopov for spotting it!
History.md
lib/imports/inliner.js
test/data/partials-relative/extra/included.css [new file with mode: 0644]
test/unit-test.js