Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 692 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 692 Bytes

Important:

This plugin can not be used with clean-css-brunch. Clean-css-brunch will concatenate all css files into one css file which will undo the results from bless-brunch. Please visit blesscss.com for more information.

Installation

npm install --save-dev bless-brunch

Configuration

Optionally, you can configure the plugin for your needs.

module.exports.plugins = {
  bless: {
    cacheBuster: true,
    cleanup: true,
    compress: true,
    force: false,
    imports: true,
    outputDirectory: undefined // Output directory for blessed css files.
  }
}

License

MIT