1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-02 11:34:50 +02:00

Updated readme to talk about dev.html

This commit is contained in:
Steve Heffernan 2011-11-30 13:27:21 -08:00
parent f8fc9a8d7b
commit 58cf933091

View File

@ -10,6 +10,11 @@ in the video-js directory using the commnand-line/terminal of a unix-based syste
Contributing
------------
If you'd like to help out on VideoJS, you are awesome. Updates should be made to the source files and then make a pull request.
When working on VideoJS code, you can use dev.html as your test page. It doesn't exist in the repo and changes to it won't be tracked. To get your own copy simply clone the repo and copy dev.html.example.
cp dev.html.example dev.html
You can use dev.html to test new code. It's simple HTML doc that includes all the source files. Send a pull request for any updates.
---