An open API service indexing awesome lists of open source software.

https://github.com/docpad/docpad-plugin-cleancss

Concatinate and minify CSS files with the `cleancss: true` meta data
https://github.com/docpad/docpad-plugin-cleancss

docpad-plugin

Last synced: 8 months ago
JSON representation

Concatinate and minify CSS files with the `cleancss: true` meta data

Awesome Lists containing this project

README

          

# [Clean CSS](http://github.com/GoalSmashers/clean-css) Plugin for [DocPad](http://docpad.org)

Travis CI Build Status
NPM version
NPM downloads
Dependency Status
Dev Dependency Status


GitHub Sponsors donate button
Patreon donate button
Flattr donate button
Liberapay donate button
Buy Me A Coffee donate button
Open Collective donate button
crypto donate button
PayPal donate button
Wishlist browse button

Concatinate and minify CSS files with the `cleancss: true` meta data.

## Usage

Create a CSS file with the *cleancss* option:

``` css
/***
cleancss: true
***/

@import 'example.css';

body {
background-color: black;
}
```

## Configure

### Defaults

The default configuration for this plugin is the equivalant of adding the
following [clean-css options](https://github.com/jakubpawlowicz/clean-css#how-to-use-clean-css-programmatically)
to your [DocPad configuration file](http://docpad.org/docs/config):

``` coffee
plugins:
cleancss:
# These are options passed to the clean-css dependency
cleancssOpts:
# * for keeping all (default), 1 for keeping first one only, 0 for removing all
keepSpecialComments: '*'

# Whether to keep line breaks
keepBreaks: false

# Turns on benchmarking mode measuring time spent on cleaning up.
benchmark: false

# Whether to process @import rules.
processImport: true

# Set to false to skip URL rebasing
rebase: true

# Set to false to disable advanced optimizations
advanced: false

# Set to true to get minification statistics under stats property
debug: false

# Disabled on development environments by default.
environments:
development:
enabled: false
```

Install

Install this DocPad plugin by entering docpad install cleancss into your terminal.

History

Discover the release history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button
Patreon donate button
Flattr donate button
Liberapay donate button
Buy Me A Coffee donate button
Open Collective donate button
crypto donate button
PayPal donate button
Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under: