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-bootstrap
bymy-project
in package.json, bower.json and index.html. -
Install Node modules with
npm install
. It is recommended to install thenpm-exec
alias (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 grunt
to generate a distribution. - Open index.html to see the results.
- Rinse and repeat until satisfied.