gobble-clean-css
v0.1.0
Published
Minify CSS files with gobble and clean-css
Downloads
5
Maintainers
Readme
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.