Summary | Compresses CSS files |
---|---|
Short name | rainpress |
Content type | text |
Provided by bundle | built-in |
API doc | Webgen::ContentProcessor::Rainpress |
Description
This content processor compresses CSS files so that they take up less space which translates into fast load time.
Usage
Just add this content processor as the last processor in the pipeline for CSS nodes - that’s it!
This can either be done via explicitly specifying the pipeline using a meta information node or by
adding the short name of this processor to the source path name (e.g. /css/site.rainpress.css
).