0.1.0 • Published 9 years ago

gobble-clean-css v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

gobble-clean-css

Minify CSS files with gobble and clean-css.

Installation

npm install gobble-clean-css

Usage

gobble('css').transform('clean-css', options);

If you want the output to have a .min.css extension, add ext: '.min.css' to the options. Visit clean css documentation for a list of all supported options.

License

MIT. Copyright (c) 2015 Martin Kolárik.