Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit de47852

Browse files
amcdnljelbourn
authored andcommitted
chore: improve build speed for stackblitz demos (#351)
1 parent 66a1967 commit de47852

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/app/shared/stackblitz/stackblitz-writer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const COPYRIGHT =
1414
const TEMPLATE_PATH = '/assets/stackblitz/';
1515
const TEMPLATE_FILES = [
1616
'index.html',
17-
'styles.scss',
17+
'styles.css',
1818
'polyfills.ts',
1919
'.angular-cli.json',
2020
'main.ts'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"apps": [{
33
"styles": [
4-
"styles.scss"
4+
"styles.css"
55
]
66
}]
77
}
File renamed without changes.

0 commit comments

Comments
 (0)