1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

@incompl updated build command in CONTRIBUTING.md. closes #2967

This commit is contained in:
Greg Smith 2016-01-07 23:13:15 -05:00 committed by Gary Katsevman
parent b84be556a6
commit aa4700b098
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -144,7 +144,7 @@ npm install
Build a local copy of video.js and run tests
```bash
grunt
grunt dist
grunt test
```