gulp-bootstrap-configurator
Build bootstrap with your own configuration file. You can make your own 'config.json' with online tool http://getbootstrap.com/customize/
Installation
Install gulp-bootstrap-configurator
via npm
:
npm install --save-dev gulp-bootstrap-configurator
Usage
Bootstrap should be installed in your project (via npm or bower).
Insert into your gulpfile
var bsConfig = ; // For CSSgulp; // For JSgulp;
Options
bower: true
- if bootstrap installed via bowercompress: true
- will createbootstrap.min.{js,css}
name: 'destFile.{js,css}'
- name of destination file
For example
gulp;