Skip to content

Commit 6a63cc8

Browse files
author
wangxiang
committed
update 更新 GitHub repository 地址
update build base href
1 parent 7127ce4 commit 6a63cc8

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/><meta name="format-detection" content="telephone=no,address=no,email=no"/><title>Angular4 Seed</title><base href="/angular4-seed/dist/"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.d7f22c5de6b34a401df7.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script type="text/javascript" src="inline.bc0b3c500f9b2d120041.bundle.js"></script><script type="text/javascript" src="polyfills.99784301f069f50af5f5.bundle.js"></script><script type="text/javascript" src="scripts.084e0d1bda4f8bbf8824.bundle.js"></script><script type="text/javascript" src="vendor.3969bacb185732e9cc36.bundle.js"></script><script type="text/javascript" src="main.e148828d0c468c47879b.bundle.js"></script></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/><meta name="format-detection" content="telephone=no,address=no,email=no"/><title>Angular4 Seed</title><base href="/angular-seed/dist/"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.d7f22c5de6b34a401df7.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script type="text/javascript" src="inline.1456daa4ec51a747397d.bundle.js"></script><script type="text/javascript" src="polyfills.99784301f069f50af5f5.bundle.js"></script><script type="text/javascript" src="scripts.084e0d1bda4f8bbf8824.bundle.js"></script><script type="text/javascript" src="vendor.3969bacb185732e9cc36.bundle.js"></script><script type="text/javascript" src="main.91da89e01c969e1956f8.bundle.js"></script></body></html>

dist/inline.bc0b3c500f9b2d120041.bundle.js renamed to dist/inline.1456daa4ec51a747397d.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.91da89e01c969e1956f8.bundle.js

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

dist/main.e148828d0c468c47879b.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ng": "ng",
88
"start": "ng serve --open --port 4201",
99
"build": "ng build --prod",
10-
"build--for-github": "ng build --base-href /angular4-seed/dist/ --prod",
10+
"build--for-github": "ng build --base-href /angular-seed/dist/ --prod",
1111
"test": "ng test",
1212
"lint": "ng lint",
1313
"e2e": "ng e2e"

src/app/layout/header/header.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66
</div>
77
<div class="right-side">
8-
<a href="https://github.com/frankshawn/angular4-seed" target="_blank" class="text-btn"><i
8+
<a href="https://github.com/frankshawn/angular-seed" target="_blank" class="text-btn"><i
99
class="icon iconfont icon-github"></i>Github</a>
1010
</div>
1111
</header>

0 commit comments

Comments
 (0)