Skip to content

Commit eb5dddf

Browse files
committed
New Build to test Git Pages
1 parent 31a0374 commit eb5dddf

8 files changed

Lines changed: 383 additions & 13 deletions

angular.json

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"builder": "@angular/build:application",
2626
"options": {
2727
"browser": "src/main.ts",
28-
"polyfills": [
29-
"zone.js"
30-
],
28+
"outputPath": "docs/",
29+
"baseHref": "/cssfusion",
30+
"polyfills": ["zone.js"],
3131
"tsConfig": "tsconfig.app.json",
3232
"inlineStyleLanguage": "scss",
3333
"assets": [
@@ -36,9 +36,7 @@
3636
"input": "public"
3737
}
3838
],
39-
"styles": [
40-
"src/styles.scss"
41-
]
39+
"styles": ["src/styles.scss"]
4240
},
4341
"configurations": {
4442
"production": {
@@ -82,10 +80,7 @@
8280
"test": {
8381
"builder": "@angular/build:karma",
8482
"options": {
85-
"polyfills": [
86-
"zone.js",
87-
"zone.js/testing"
88-
],
83+
"polyfills": ["zone.js", "zone.js/testing"],
8984
"tsConfig": "tsconfig.spec.json",
9085
"inlineStyleLanguage": "scss",
9186
"assets": [
@@ -94,9 +89,7 @@
9489
"input": "public"
9590
}
9691
],
97-
"styles": [
98-
"src/styles.scss"
99-
]
92+
"styles": ["src/styles.scss"]
10093
}
10194
}
10295
}

docs/3rdpartylicenses.txt

Lines changed: 355 additions & 0 deletions
Large diffs are not rendered by default.

docs/favicon.ico

14.7 KB
Binary file not shown.

docs/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en" data-beasties-container>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Cssfusion</title>
6+
<base href="/cssfusion">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link rel="icon" type="image/x-icon" href="favicon.ico">
9+
<link rel="stylesheet" href="styles-5INURTSO.css"></head>
10+
<body>
11+
<app-root></app-root>
12+
<script src="polyfills-5CFQRCPP.js" type="module"></script><script src="main-XQM4OWT3.js" type="module"></script></body>
13+
</html>

docs/main-XQM4OWT3.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/polyfills-5CFQRCPP.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/prerendered-routes.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"routes": {}
3+
}

docs/styles-5INURTSO.css

Whitespace-only changes.

0 commit comments

Comments
 (0)