Skip to content

Commit e880959

Browse files
committed
Merge branch '1.x-develop' of https://github.com/quead/angular2-yt-player into 1.x-develop
2 parents eade1d8 + 3a069f2 commit e880959

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
</p>
55

66
# About Player
7-
[![Version](https://img.shields.io/badge/Current%20version-v1.9.2-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
7+
[![Version](https://img.shields.io/badge/Current%20version-v2.0-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
88

99
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/quead/angular2-yt-player/master/LICENSE)
1010
[![GitHub forks](https://img.shields.io/github/forks/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/network)
1111
[![GitHub stars](https://img.shields.io/github/stars/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/stargazers)
1212

13-
This is a simple youtube player based on [angular-cli](https://github.com/angular/angular-cli "Angular Cli") 1.4, [ng2-youtube-player](https://github.com/orizens/ng2-youtube-player "ng2 youtube player") 0.0.3 (used for youtube iFrame API), SCSS (CSS3), HTML5 and webkit functions.
13+
This is a simple youtube player based on [angular-cli](https://github.com/angular/angular-cli "Angular Cli") 1.4, [NWjs 0.25.0](https://nwjs.io/ "NWJS Page"), [ng2-youtube-player](https://github.com/orizens/ng2-youtube-player "ng2 youtube player") 0.0.3 (used for youtube iFrame API), SCSS (CSS3), HTML5 and webkit functions.
1414

1515
This player is compatible only with Chrome/webkit browsers because in future I want to implement [NW.js](https://nwjs.io/ 'NWjs website') for compiling the code in Windows/Mac OS X/Linux desktop app.
1616

@@ -40,7 +40,7 @@ This player is compatible only with Chrome/webkit browsers because in future I w
4040

4141
`npm install -g gulp`
4242

43-
4. Start compiling the SCSS files by
43+
3. Start compiling the SCSS files by
4444

4545
`gulp sw` in root folder
4646

@@ -49,14 +49,19 @@ This player is compatible only with Chrome/webkit browsers because in future I w
4949
**For building app**
5050

5151
1. Build the src folder with
52-
`ng build` in root folder (you need to have angular-cli installed on global)
52+
`ng build` in root folder
53+
*You need to have angular-cli installed on global (check above)*
54+
*This is compiling typescript into Javascript*
5355

5456
2. Copy package.json from **/app** folder and paste it to **dist** folder
5557
3. Download [NWjs v0.25.0 +](https://nwjs.io/ "NWJS Download")
5658
4. Path your system enviroment to folder where you unarchived
5759
5. Run
5860

5961
`gulp build` in root folder
62+
*This is compiling javascript into desktop app*
63+
64+
6. In release folder (root) you have the compiled apps
6065

6166
**For personal use**
6267

0 commit comments

Comments
 (0)