Fixes #400 - CleanCSS#minify accepts an array of filenames.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 14 Dec 2014 18:50:39 +0000 (18:50 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 14 Dec 2014 18:53:45 +0000 (18:53 +0000)
commitf22851cb5a4f21ecf2189a998757724c8e910a93
tree9f58231685e236a323682030c4219210227ef2dd
parentad6a5348f1130da27e4372b99193887ddab1663e
Fixes #400 - CleanCSS#minify accepts an array of filenames.

* Both relative and absolute paths are supported - see test/module-test.js.
History.md
README.md
bin/cleancss
lib/clean.js
lib/utils/source-reader.js [new file with mode: 0644]
test/module-test.js