Skip to content

Commit f3eb509

Browse files
committed
2.1 - Refactoring code, implemented import/export playlist for youtube, fixed bugs
1 parent d4f15b3 commit f3eb509

39 files changed

+219
-85121
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+
"../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

0 commit comments

Comments
 (0)