Skip to content

Commit cd7b1f0

Browse files
committed
2.0.1 - Converting app from css to scss
1 parent bed7858 commit cd7b1f0

Some content is hidden

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

46 files changed

+2493
-5973
lines changed

.angular-cli.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"project": {
4-
"name": "a2-youtube"
4+
"name": "angular-youtube-player"
55
},
66
"apps": [
77
{
@@ -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",

README.md

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

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

45-
`npm install -g gulp`
44+
2. Start project by
4645

47-
3. Start compiling the SCSS files by
46+
`npm start`
4847

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

5150
------
5251

0 commit comments

Comments
 (0)