Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 872 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 872 Bytes

bootstrap - AngularJS directives specific to twitter bootstrap


Build Status

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 install while 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 run lint, test, and concat targets

Contributing to the project

We are always looking for the quality contributions! Please check the CONTRIBUTING.md for the contribution guidelines.