CSS minifier for the Broccoli build tool, using more-css. Version 0.1.0 released in 2014, unmaintained. Compared to alternatives like clean-css, it aims to produce better minification results based on the CSS minification benchmark. However, both the plugin and its underlying more-css minifier are no longer actively developed. Works only with Node.js >= 0.10.0 and Broccoli. No TypeScript types.
npm install broccoli-more-cssNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of broccoli-more-css to minify a Broccoli tree of CSS files.
Migrate to a maintained alternative like broccoli-clean-css (which uses clean-css) or broccoli-postcss.
Avoid using with complex or bleeding-edge CSS; consider using more robust minifiers.
Use with broccoli 0.x or check compatibility manually.
Run `npm install --save-dev broccoli-more-css`.
Use `var moreCss = require('broccoli-more-css');` and call it directly.Ensure you pass a Broccoli tree (e.g., from `broccoli.source` or `broccoli.makeTree`).