Skip to content

Commit 06f3e17

Browse files
committed
Merge pull request #4328 from angular-ui/docs/gitterBadge
docs: Adds Gitter badge readme and site Homepage
2 parents b75325c + c5437fe commit 06f3e17

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# UI-Grid : An AngularJS data grid
22

33
[![Build Status](https://api.travis-ci.org/angular-ui/ui-grid.png?branch=3.0)](https://travis-ci.org/angular-ui/ui-grid) [![Coverage Status](https://coveralls.io/repos/angular-ui/ui-grid/badge.png?branch=master)](https://coveralls.io/r/angular-ui/ui-grid?branch=master)
4+
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular-ui/ui-grid?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
45

56
[![Selenium Test Status](https://saucelabs.com/browser-matrix/nggrid.svg)](https://saucelabs.com/u/nggrid)
67

78
# Help!
89

910
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.
1011

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)
1213

1314
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.
1415

@@ -84,7 +85,7 @@ Install dependencies
8485
8586
# If you don't already have the grunt-cli installed:
8687
> npm install -g grunt-cli
87-
88+
8889
> npm install
8990
> grunt install
9091
@@ -119,19 +120,19 @@ You can also use the `--browsers` specify what browsers to test with (PhantomJS
119120
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:
120121
121122
> grunt dev --no-e2e
122-
123+
123124
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:
124125
125126
> grunt dev --core
126-
127+
127128
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+
129130
> grunt dev --fast
130131
131132
## Karmangular
132133
133134
The `karmangular` task runs tests serially against multiple browsers (it is used internally by the `dev` task).
134-
135+
135136
# Run tests against all available versions of Angular on Chrome
136137
> grunt karmangular --browsers=Chrome
137138

misc/site/css/site.css

+8
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ body {
108108
}
109109
}
110110

111+
.nav-gitter-link{
112+
padding-right: 20px;
113+
}
114+
115+
.nav-gitter-image{
116+
vertical-align: inherit;
117+
}
118+
111119
.space-before {
112120
padding-top: 8px;
113121
}

misc/site/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
</ul>
3939
<div class="navbar-header navbar-right">
4040
<p class="navbar-text hidden-phone">
41+
<a class="nav-gitter-link" href="https://gitter.im/angular-ui/ui-grid?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"
42+
style="">
43+
<img class="nav-gitter-image" src="https://badges.gitter.im/Join%20Chat.svg"/>
44+
<span class="sr-only">Gitter Join Chat</span>
45+
</a>
4146
<iframe class="nav-ghbtn" src="http://ghbtns.com/github-btn.html?user=angular-ui&repo=ui-grid&type=watch&count=true"
4247
allowtransparency="true" frameborder="0" scrolling="0" width="120" height="20"></iframe>
4348
<iframe class="nav-ghbtn" src="http://ghbtns.com/github-btn.html?user=angular-ui&repo=ui-grid&type=fork&count=true"

0 commit comments

Comments
 (0)