Boilerplate code for Twitter Bootstrap customization based on Customizing Bootstrap.
This project requires Node.
-
Clone this repository under your project name (ex.
my-project).git clone https://github.com/hugueschabot/custom-bootstrap.git my-project -
Replace every occurence of
custom-bootstrapbymy-projectin package.json, bower.json and index.html. -
Install Node modules with
npm install. It is recommended to install thenpm-execalias (see this) to run locally installed modules. -
Install Bower components with
npm-exec bower install.
- Modify less/custom-bootstrap.less and less/custom-variables.less.
- Run
npm-exec gruntto generate a distribution. - Open index.html to see the results.
- Rinse and repeat until satisfied.