A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/brunch/clean-css-brunch below:

brunch/clean-css-brunch: A CSS minifier for brunch stylesheets

Adds clean-css support to brunch.

The plugin will minify your CSS files.

Install the plugin via npm with npm install -S clean-css-brunch.

See all possible options in the CleanCSS API.

To specify clean-css options, use config.plugins.cleancss object, for example:

module.exports = {
  plugins: {
    cleancss: {
      specialComments: 0,
      removeEmpty: true
    }
  }
};

Joined files can be ignored and be passed-through, using 'ignored' option:

module.exports = {
  plugins: {
    cleancss: {
      ignored: /non_minimize\.css/
    }
  }
};

The MIT License (MIT)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4