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

Commit 0228b06

Browse files
docs(README): minor updates
1 parent 0fb08e8 commit 0228b06

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Diff for: README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

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

7+
## Demo
8+
9+
What to see directives in action? Visit https://github.com/angular-ui/bootstrap!
10+
711
## Project philosophy
812

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

37-
#### Run unit tests
41+
#### Build
42+
* Build the whole project: `grunt` - this will run `lint`, `test`, and `concat` targets
43+
44+
Check the Grunt build file for other tasks that are defined for this project
45+
46+
#### TDD
3847
* Start testacular server: `grunt server`
3948
* Run test: `grunt test-run`
4049

41-
#### Before commit
42-
* Build the whole project: `grunt` - this will run `lint`, `test`, and `concat` targets
43-
4450
### Release
4551
* Bump up version number in `package.json`
4652
* Commit the version change with the following message: `chore(release): [versio number]`

0 commit comments

Comments
 (0)