Fixes #129 - rebase urls relative to output file or to absolute path given by `root...
authorGoalSmashers <jakub@goalsmashers.com>
Tue, 3 Sep 2013 09:12:17 +0000 (11:12 +0200)
committerGoalSmashers <jakub@goalsmashers.com>
Wed, 4 Sep 2013 13:24:12 +0000 (15:24 +0200)
commit434d8725e6a71df5d4c059027bc2e2914d92de0f
treebf637dd6fe71a0ddadf3e709bdcc1416bbd43734
parent5b28120014db6b41a11b4d62ea80105836587e44
Fixes #129 - rebase urls relative to output file or to absolute path given by `root` option.
16 files changed:
History.md
bin/cleancss
lib/clean.js
lib/images/relative-urls.js [deleted file]
lib/images/url-rebase.js [new file with mode: 0644]
lib/images/url-rewriter.js [new file with mode: 0644]
lib/imports/inliner.js
test/binary-test.js
test/data/129-assets/assets/ui.css [new file with mode: 0644]
test/data/129-assets/components/bootstrap/css/bootstrap.css [new file with mode: 0644]
test/data/129-assets/components/bootstrap/images/glyphs.gif [new file with mode: 0644]
test/data/129-assets/components/jquery-ui/css/style.css [new file with mode: 0644]
test/data/129-assets/components/jquery-ui/images/next.gif [new file with mode: 0644]
test/data/129-assets/components/jquery-ui/images/prev.gif [new file with mode: 0644]
test/data/partials-relative/base.css [new file with mode: 0644]
test/unit-test.js