You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
14
14
15
15
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.
16
16
@@ -40,7 +40,7 @@ This player is compatible only with Chrome/webkit browsers because in future I w
40
40
41
41
`npm install -g gulp`
42
42
43
-
4. Start compiling the SCSS files by
43
+
3. Start compiling the SCSS files by
44
44
45
45
`gulp sw` in root folder
46
46
@@ -49,14 +49,19 @@ This player is compatible only with Chrome/webkit browsers because in future I w
49
49
**For building app**
50
50
51
51
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*
53
55
54
56
2. Copy package.json from **/app** folder and paste it to **dist** folder
0 commit comments