{"library":"ember-cli-clean-css","type":"library","category":null,"description":"ember-cli-clean-css is an Ember CLI addon designed to integrate the `clean-css` library into an Ember.js application's build pipeline. It automatically minifies CSS files during development and production builds, aiming to optimize their size for improved loading performance. The current stable version, 3.0.0, primarily features an upgrade to `clean-css` version 5, bringing the latest minification capabilities and features. Its release cadence is generally aligned with updates to `ember-cli` and `clean-css`. This addon differentiates itself by offering a straightforward, low-configuration approach to CSS minification within the Ember ecosystem, directly hooking into the asset build process without requiring manual `clean-css` invocation or complex configuration, making it an essential tool for optimizing Ember application stylesheets.","language":"javascript","status":"active","version":"3.0.0","tags":["javascript","ember-addon"],"last_verified":"Wed May 27","install":[{"cmd":"npm install ember-cli-clean-css","imports":["ember install ember-cli-clean-css","const app = new EmberApp(defaults, {\n  'ember-cli-clean-css': {\n    // clean-css options go here\n    level: 2, // Example: enables advanced optimizations\n    sourceMap: false\n  }\n});","const app = new EmberApp(defaults, {\n  'ember-cli-clean-css': {\n    enabled: process.env.EMBER_ENV !== 'test'\n  }\n});"]},{"cmd":"yarn add ember-cli-clean-css","imports":[]},{"cmd":"pnpm add ember-cli-clean-css","imports":[]}],"homepage":null,"github":"https://github.com/ember-cli/ember-cli-clean-css","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ember-cli-clean-css","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/ember-cli-clean-css/compatibility"}}