Skip to content

Commit

Permalink
Build v1.0
Browse files Browse the repository at this point in the history
update gh pages redirect
  • Loading branch information
snowypowers committed Jul 3, 2017
1 parent cc88aea commit 0ac5406
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"main.css": "static/css/main.80ac887d.css",
"main.css.map": "static/css/main.80ac887d.css.map",
"main.js": "static/js/main.6171ac75.js",
"main.js.map": "static/js/main.6171ac75.js.map"
}
Binary file added build/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="./manifest.json"><link rel="shortcut icon" href="./favicon.ico"><title>Ansy - Minimal Antshares Paper Wallet</title><link href="./static/css/main.80ac887d.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="./static/js/main.6171ac75.js"></script></body></html>
15 changes: 15 additions & 0 deletions build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "Ansy",
"name": "Minimal Antshares Paper Wallet",
"icons": [
{
"src": "favicon.ico",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
2 changes: 2 additions & 0 deletions build/static/css/main.80ac887d.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions build/static/js/main.6171ac75.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<header>
<meta http-equiv="refresh" content="0; url=../build/index.html" />
<meta http-equiv="refresh" content="0; url=./build/index.html" />
</header>

</html>

0 comments on commit 0ac5406

Please sign in to comment.