Socket
Book a DemoInstallSign in
Socket

exhibit-builder-clean-css

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exhibit-builder-clean-css

Minifies CSS files using clean-css.

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 17 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts