See #846 - moves CLI to a separate repository.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 22 Jan 2017 10:31:09 +0000 (11:31 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 22 Jan 2017 13:43:46 +0000 (14:43 +0100)
commit2b5e3f3d5244c8f20409d88d747d4c35bc292507
tree04df8291ccbfd9861d8c1d39e17468765411e6f2
parentfdf123b73405f330ee46b8fdc9dc240353a35e20
See #846 - moves CLI to a separate repository.

Moved to https://github.com/jakubpawlowicz/clean-css-cli

Why:

* At least 85% of top dependants use the API (see ticket) so
  removing CLI removes `commander` dependency for them;
* docs will be easier to follow as they describe API only;
* tests run 10x as fast since binary tests took 90% of time;
* CLI will be able to provide its own set of features which
  are not necessarilly provided or requred in API.

Drawbacks:

* It won't be straightforward to quickly test arbitrary CSS
  as binary is not available out of the box.
18 files changed:
README.md
bin/cleancss [deleted file]
package.json
test/batch-test.js
test/binary-test.js [deleted file]
test/fixtures/129-assets/assets/ui.css [deleted file]
test/fixtures/129-assets/components/bootstrap/css/bootstrap.css [deleted file]
test/fixtures/129-assets/components/bootstrap/images/glyphs.gif [deleted file]
test/fixtures/129-assets/components/jquery-ui/css/style.css [deleted file]
test/fixtures/129-assets/components/jquery-ui/images/next.gif [deleted file]
test/fixtures/129-assets/components/jquery-ui/images/prev.gif [deleted file]
test/fixtures/imports-min.css [deleted file]
test/fixtures/imports.css [deleted file]
test/fixtures/partials/quoted-svg.css [deleted file]
test/fixtures/sample1-min.css [deleted file]
test/fixtures/sample1.css [deleted file]
test/fixtures/unsupported/selectors-ie7.css [deleted file]
test/fixtures/unsupported/selectors-ie8.css [deleted file]