|
1 | 1 | # UI-Grid : An AngularJS data grid
|
2 | 2 |
|
3 | 3 | [](https://travis-ci.org/angular-ui/ui-grid) [](https://coveralls.io/r/angular-ui/ui-grid?branch=master)
|
| 4 | +[](https://gitter.im/angular-ui/ui-grid?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) |
4 | 5 |
|
5 | 6 | [](https://saucelabs.com/u/nggrid)
|
6 | 7 |
|
7 | 8 | # Help!
|
8 | 9 |
|
9 | 10 | Head to http://ui-grid.info for documentation and tutorials. Join https://gitter.im/angular-ui/ui-grid to discuss development and ask for specific help.
|
10 | 11 |
|
11 |
| -We're always looking for new contributors, for pro-level contribution guidelines look at [Contributor.md](CONTRIBUTING.md), if you're more of a first-timer with open source (or just need a refresher), look at [First Time Open Source Contributor.md](FIRST_TIMER.md), also look at [Developer.md](DEVELOPER.md) |
| 12 | +We're always looking for new contributors, for pro-level contribution guidelines look at [Contributor.md](CONTRIBUTING.md), if you're more of a first-timer with open source (or just need a refresher), look at [First Time Open Source Contributor.md](FIRST_TIMER.md), also look at [Developer.md](DEVELOPER.md) |
12 | 13 |
|
13 | 14 | Need Some Inspiration? Have a look at our open [PRs Plz!](https://github.com/angular-ui/ui-grid/issues?q=is%3Aopen+is%3Aissue+label%3A%22PRs+plz%21%22) issues.
|
14 | 15 |
|
@@ -84,7 +85,7 @@ Install dependencies
|
84 | 85 |
|
85 | 86 | # If you don't already have the grunt-cli installed:
|
86 | 87 | > npm install -g grunt-cli
|
87 |
| - |
| 88 | +
|
88 | 89 | > npm install
|
89 | 90 | > grunt install
|
90 | 91 |
|
@@ -119,19 +120,19 @@ You can also use the `--browsers` specify what browsers to test with (PhantomJS
|
119 | 120 | By default the `dev` tasks runs e2e tests with protractor. If you have problems with them running slow or hanging, you can disable them with the `--no-e2e` flag:
|
120 | 121 |
|
121 | 122 | > grunt dev --no-e2e
|
122 |
| - |
| 123 | +
|
123 | 124 | The grunt task is getting slower as the body of tests gets larger. If you're only working on the core functionality you can disable the unit tests on the features with the `--core` flag:
|
124 | 125 |
|
125 | 126 | > grunt dev --core
|
126 |
| - |
| 127 | +
|
127 | 128 | As a shortcut for options that the developers frequently use, there is also a `--fast` flag, which equates to `--core --no-e2e --angular=<latest>`:
|
128 |
| - |
| 129 | +
|
129 | 130 | > grunt dev --fast
|
130 | 131 |
|
131 | 132 | ## Karmangular
|
132 | 133 |
|
133 | 134 | The `karmangular` task runs tests serially against multiple browsers (it is used internally by the `dev` task).
|
134 |
| - |
| 135 | +
|
135 | 136 | # Run tests against all available versions of Angular on Chrome
|
136 | 137 | > grunt karmangular --browsers=Chrome
|
137 | 138 |
|
|
0 commit comments