broccoli-more-css
v0.1.0
Published
CSS minifier for Broccoli, using more-css
Downloads
31
Maintainers
Readme
broccoli-more-css
CSS minifier for Broccoli with more-css, which seems to lead to some of the best minification results: http://goalsmashers.github.io/css-minification-benchmark/
Installation
Install with npm.
npm i --save-dev broccoli-more-css
Usage
var moreCss = require('broccoli-more-css');
tree = moreCss(tree, options);
var moreCss = require('broccoli-more-css');
tree = moreCss(tree, { radical: false });
API
moreCss(tree, options)
options
radical
Type: boolean
Default: true
More file minimization.
License
Copyright (c) 2014 Markus Padourek
Licensed under the MIT License.