broccoli-more-css

0.1.0 • Public • Published

broccoli-more-css

NPM version Build Status Dependency Status devDependency Status

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.

Package Sidebar

Install

npm i broccoli-more-css

Weekly Downloads

8

Version

0.1.0

License

MIT

Last publish

Collaborators

  • globegitter