https://github.com/hexojs/hexo-clean-css
Minify CSS files with clean-css.
https://github.com/hexojs/hexo-clean-css
css hexo hexo-plugin minify
Last synced: 6 months ago
JSON representation
Minify CSS files with clean-css.
- Host: GitHub
- URL: https://github.com/hexojs/hexo-clean-css
- Owner: hexojs
- License: mit
- Created: 2015-01-26T04:30:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T00:48:52.000Z (over 1 year ago)
- Last Synced: 2025-07-05T11:44:23.645Z (6 months ago)
- Topics: css, hexo, hexo-plugin, minify
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 19
- Watchers: 9
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-clean-css
[](https://www.npmjs.com/package/hexo-clean-css)
Minify CSS files with [clean-css].
## Installation
``` bash
$ npm install hexo-clean-css --save
```
## Options
``` yaml
clean_css:
exclude:
- '*.min.css'
```
- **exclude**: Exclude files
[clean-css]: https://github.com/jakubpawlowicz/clean-css