cssnano-cli
Version:
A CLI for modular minifier cssnano.
27 lines (15 loc) • 575 B
Markdown
* Now prints any errors from PostCSS to stderr.
* Resolves an issue where external source maps were not being properly handled
by this module. Now, cssnano-cli will generate an external map when the `map`
flag is passed, and an output file is set.
* Adds missing documentation for the `safe` option.
* Fixes an issue where passing the sourcemap option as anything but the last
parameter caused the output file to be lost.
* Fixes a crash when trying to read the version from `package.json`.
* Initial release.