Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Feb 7, 2017
1 parent 117fcb4 commit 0b0ed92
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ The light-weight Flash video player that makes Flash work like HTML5 video. This

This project doesn't need to be used if you simply want to use the Flash video player. Head back to the main Video.js project if that's all you need, as the compiled SWF is checked in there.

Installation
============
## Installation

1. Install Node Packages.
```bash
Expand All @@ -24,9 +23,30 @@ Production/ Distribution (runs mxmlc task and copies SWF to dist/):
```
4. Open your browser at [http://localhost:8000/index.html](http://localhost:8000/index.html) to see a video play. You can keep using grunt to rebuild the Flash code.

## Releasing

Running Unit and Integration Tests
===========
1. Make sure that the following file is modified with these values:

```
node_modules/flex-sdk/lib/flex_sdk/frameworks/flex-config.xml
```

```xml
<!-- Specifies the minimum player version that will run the compiled SWF. -->
<target-player>10.3</target-player>

<!-- Specifies the version of the compiled SWF -->
<swf-version>12</swf-version>
```

2. Run the commands:
```sh
npm version {major,minor,patch}
npm publish
```
The swf and changelog will be automatically built and added to the repo on version.

## Running Unit and Integration Tests

** Note - We want to drop all of this for grunt based / Karma testing.

Expand Down

0 comments on commit 0b0ed92

Please # to comment.