Skip to content

isabella232/bless-brunch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 88.1%
  • JavaScript 10.5%
  • HTML 1.4%