0.4.0 • Published 10 years ago

exhibit-builder-clean-css v0.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

clean-css

Exhibit.js builder plugin

Minifies CSS files using clean-css.

$ npm install -D exhibit-builder-clean-css

NPM version Build Status Dependency Status devDependency Status peerDependency Status

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

0.4.0

10 years ago