Skip to content

Commit

Permalink
@incompl updated build command in CONTRIBUTING.md. closes #2967
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Smith authored and gkatsev committed Jan 8, 2016
1 parent b84be55 commit aa4700b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CHANGELOG
* @huitsing updated docstrings for autoplay and loop methods ([view](https://github.com/videojs/video.js/pull/2960))
* @rcrooks fixed some broken links in guides ([view](https://github.com/videojs/video.js/pull/2965))
* @forbesjo fixed errorDisplay erroring on subsequent openings ([view](https://github.com/videojs/video.js/pull/2966))
* @incompl updated build command in CONTRIBUTING.md ([view](https://github.com/videojs/video.js/pull/2967))

--------------------

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ npm install
Build a local copy of video.js and run tests

```bash
grunt
grunt dist
grunt test
```

Expand Down

0 comments on commit aa4700b

Please sign in to comment.