Skip to content

Commit

Permalink
clarified some language
Browse files Browse the repository at this point in the history
added a note about turning off npm colors for windows users
  • Loading branch information
jrw95 committed Mar 19, 2013
1 parent ff957fa commit c17d589
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ Thanks again for helping out! One thing we ask is that you refer to the [code st
npm install
```

A note to Windows developers: If you run npm commands, and you find that your command prompt colors have suddenly reversed, you can configure npm to set color to false to prevent this from happening.
```bash
npm config set color false
```
Note that this change takes effect when a new command prompt window is opened; the current window will not be affected.
6. Build a local copy and run the current suite of tests. Video.js uses [grunt](http://gruntjs.com), a node-based task automation tool for building and tesing.

The following will compile a local copy in the dist/ directory and run tests. It will also create a sourcelist.js file that can be used to load the video.js source scripts in a page.
Expand Down

0 comments on commit c17d589

Please sign in to comment.