exhibit-builder-clean-css
v0.4.0
Published
Minifies CSS files using clean-css.
Downloads
4
Readme
clean-css
Exhibit.js builder plugin
Minifies CSS files using clean-css.
$ npm install -D exhibit-builder-clean-css
Usage
.use('clean-css', options)
Options
All the usual clean-css options work. The only difference is that this plugin enables the sourceMap
option by default.
Additional options
include
(string/array/function) — default:'**/*.css'
Chooses which files this plugin should affect. Follows Exhibit’s glob convention.
License
MIT