This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ ![ Build Status] ( https://secure.travis-ci.org/angular-ui/bootstrap.png )] ( http://travis-ci.org/angular-ui/bootstrap )
6
6
7
+ ## Demo
8
+
9
+ What to see directives in action? Visit https://github.com/angular-ui/bootstrap !
10
+
7
11
## Project philosophy
8
12
9
13
### Native, lightweight directives
@@ -34,13 +38,15 @@ We are always looking for the quality contributions! Please check the [CONTRIBUT
34
38
* Install global dev dependencies: ` npm install -g grunt-cli testacular `
35
39
* Instal local dev dependencies: ` npm install ` while current directory is bootstrap repo
36
40
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
38
47
* Start testacular server: ` grunt server `
39
48
* Run test: ` grunt test-run `
40
49
41
- #### Before commit
42
- * Build the whole project: ` grunt ` - this will run ` lint ` , ` test ` , and ` concat ` targets
43
-
44
50
### Release
45
51
* Bump up version number in ` package.json `
46
52
* Commit the version change with the following message: ` chore(release): [versio number] `
You can’t perform that action at this time.
0 commit comments