243ffc0687089e7f598a4b939b1ae82d6b9d78ee
bootstrap - AngularJS directives specific to twitter bootstrap
Development
Prepare your environment
- Install Node.js and NPM (should come with)
- Install global dev dependencies:
npm install -g grunt testacular - Instal local dev dependencies:
npm installwhile current directory is bootstrap repo
Run unit tests
- Start testacular server:
grunt server - Run test:
grunt test-run
Before commit
- Build the whole project:
grunt- this will runlint,test, andconcattargets
Contributing to the project
We are always looking for the quality contributions! Please check the CONTRIBUTING.md for the contribution guidelines.
