A Broccoli plugin that minifies CSS files using clean-css. Current stable version is 2.0.1 (Node >=4). It wraps clean-css for integration into Broccoli build pipelines, offering a simple API with options passed directly to clean-css. Compared to other CSS minifiers like broccoli-csso, it leverages clean-css's comprehensive optimization features.
npm install broccoli-clean-cssNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Broccoli node that minifies CSS files using clean-css with custom options.
Refer to clean-css documentation for valid options. Test with your input.
Upgrade Node to version 4 or higher.
Run 'npm install broccoli-clean-css' in your project.
Ensure correct import: import BroccoliCleanCSS from 'broccoli-clean-css' and instantiate with new.