Analysis updated 2026-07-25 · repo last pushed 2020-05-02
Automatically shrink CSS files every time you build your Brunch web project for deployment.
Keep certain stylesheets untouched while minifying the rest of your CSS.
Optimize a team's front-end build pipeline so stylesheets are smaller without manual steps.
| brunch/clean-css-brunch | bluejacketblackhawk/saysomething | chinaran0/wujing_dic | |
|---|---|---|---|
| Stars | 18 | 18 | 18 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2020-05-02 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing Brunch-based project, install with a single package manager command and it works automatically.
clean-css-brunch is a small plugin that automatically shrinks your CSS files when you build a web project with Brunch. The practical benefit is that your website loads faster for visitors because the stylesheets are smaller, while you still get to write and organize your CSS in a readable way during development. Brunch is a tool that bundles your web project's files together for production. This plugin plugs into that process and runs your CSS through clean-css, a dedicated tool that strips out unnecessary characters like spaces, comments, and line breaks. The result is a leaner file that browsers can download more quickly. You can also tell the plugin to skip certain files if you need to keep some stylesheets untouched. This is designed for developers or teams already using Brunch as their build tool. For example, if you are a founder or PM working with a front-end codebase that uses Brunch, adding this plugin means every time someone builds the project for deployment, the CSS is automatically optimized without any extra manual steps. You install it with a single command, and from there it works in the background. The plugin gives you a few configuration options if you want finer control. You can decide things like whether to remove all special comments or leave some in, and you can set rules to exclude specific stylesheets from being minified. The README doesn't go into extensive detail on the full range of options, but it points you to the underlying clean-css API documentation for the complete list. It is a straightforward, focused tool. It does one job, minifying CSS within a Brunch workflow, and doesn't try to do anything else.
A plugin for the Brunch build tool that automatically shrinks CSS files during project builds, making websites load faster by stripping unnecessary characters from stylesheets.
Mainly JavaScript. The stack also includes JavaScript, Brunch, clean-css.
Dormant — no commits in 2+ years (last push 2020-05-02).
The explanation does not mention a specific license, so the licensing terms are unknown.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.