Skip to content

Commit 38cf5e4

Browse files
authored
2.x - Fixing bugs, import/export playlist
2.x - Fixing bugs, import/export playlist
2 parents d76b775 + ba9d826 commit 38cf5e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2942
-85157
lines changed

.angular-cli.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"testTsconfig": "tsconfig.spec.json",
2020
"prefix": "app",
2121
"styles": [
22-
"styles.css"
22+
"assets/scss/main.scss"
2323
],
2424
"scripts": [],
2525
"environmentSource": "environments/environment.ts",
@@ -54,7 +54,7 @@
5454
}
5555
},
5656
"defaults": {
57-
"styleExt": "css",
57+
"styleExt": "scss",
5858
"component": {}
5959
}
6060
}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# compiled output
44
/dist
5+
/dist-server
56
/tmp
67
/out-tsc
78

@@ -32,7 +33,6 @@
3233
npm-debug.log
3334
testem.log
3435
/typings
35-
yarn-error.log
3636

3737
# e2e
3838
/e2e/*.js

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@ This player is compatible only with Chrome/webkit browsers.
4141
**For SASS development**
4242

4343
1. Install [Sass](http://sass-lang.com/install "Sass website")
44-
2. Install [Gulp](https://github.com/gulpjs/gulp "Gulp download")
4544

46-
`npm install -g gulp`
45+
2. Start project by
4746

48-
3. Start compiling the SCSS files by
47+
`npm start`
4948

50-
`gulp sw` in root folder
49+
3. Edit files from src/assets/scss
5150

5251
------
5352

@@ -80,6 +79,9 @@ or
8079
<a href="https://youtu.be/KB803dWQM-o/" title="Video Presentation">Video Presentation</a>
8180

8281
## Changelog
82+
Angular2 YT Player v2.0.1
83+
- Import & export youtube playlist as .JSON file
84+
8385
Angular2 YT Player v2.0
8486
- Global hotkeys for application in desktop (play/pause/next/prev, for keyboards with media buttons)
8587
- Adding support for NW.js to export the app for desktop compatible: Windows x64, Linux x64
@@ -168,8 +170,7 @@ Angular2 YT Player v1.0.0
168170
- *Room chat **(unversioned)***
169171

170172
#### Roadmap to 3.0
171-
- Import/Export playlist (probably json file and youtube playlist) **(in v2.1)**
172-
- Categories with videos like (music, gaming, autos, films, sports, much more) **(in v2.1)**
173+
- Categories with videos like (music, gaming, autos, films, sports, much more) **(in v2.2)**
173174
- Drag and drop videos to playlist **(in v2.2)**
174175
- Arrange playlist by drag and drop **(in v2.2)**
175176
- Integrating Google accounts **(in v2.4)**

0 commit comments

Comments
 (0)