custom-bootstrap-sass
Version:
automate custom bootstrap sass build
20 lines (13 loc) • 757 B
Markdown
//github.com/twbs/bootstrap-sass#configuration)
`$ npm install custom-bootstrap-sass --save`
`var custombs = require('custombootstrapsass')`;
the config argument is an array of bootstrap components to __*exclude*__ from your build
`var config = [ 'glyphicons', 'grid', 'tables']`;
`custombs(config, pathToBootstrapSassDir)`;
[ ] is __*optional for bower users*__. if undefined, custombootstrapsass will find the directory using your bower settings
[ ](https: