Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
docs(README): minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Mar 16, 2013
1 parent 0fb08e8 commit 0228b06
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

[![Build Status](https://secure.travis-ci.org/angular-ui/bootstrap.png)](http://travis-ci.org/angular-ui/bootstrap)

## Demo

What to see directives in action? Visit /~https://github.com/angular-ui/bootstrap!

## Project philosophy

### Native, lightweight directives
Expand Down Expand Up @@ -34,13 +38,15 @@ We are always looking for the quality contributions! Please check the [CONTRIBUT
* Install global dev dependencies: `npm install -g grunt-cli testacular`
* Instal local dev dependencies: `npm install` while current directory is bootstrap repo

#### Run unit tests
#### Build
* Build the whole project: `grunt` - this will run `lint`, `test`, and `concat` targets

Check the Grunt build file for other tasks that are defined for this project

#### TDD
* 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

### Release
* Bump up version number in `package.json`
* Commit the version change with the following message: `chore(release): [versio number]`
Expand Down

0 comments on commit 0228b06

Please sign in to comment.