Fixes #138 - makes CleanCSS interface fully object oriented.
authorGoalSmashers <jakub@goalsmashers.com>
Sun, 3 Nov 2013 14:27:44 +0000 (15:27 +0100)
committerGoalSmashers <jakub@goalsmashers.com>
Sun, 3 Nov 2013 17:25:31 +0000 (18:25 +0100)
commit677d4d0ee82f1cc9da0d8571e2614d673b7d79e5
tree3e93819b29dd3d097483ee9351278c1e5b6d78e7
parentd0dae96139a83761ece79072f65b7d54976b6338
Fixes #138 - makes CleanCSS interface fully object oriented.

* use `new CleanCSS(options).minify(css)` to minify CSS.
* adds 1.x -> 2.x migration guide.
History.md
README.md
bin/cleancss
lib/clean.js
test/batch-test.js
test/bench.js
test/custom-test.js
test/unit-test.js