Skip to content

Commit

Permalink
cleanup pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
abadi199 committed Feb 1, 2020
1 parent 375d609 commit 1417d7f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 1,155 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ lib/js
node_modules/
dist
.cache
*.bs.js
*.bs.js
.merlin
13 changes: 0 additions & 13 deletions .merlin

This file was deleted.

9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<html>
<head>
<meta name="theme-color" content="#dfdfdf">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="/images/icons-512.png">
<link rel="manifest" href="/manifest.webmanifest" />
<link
href="https://fonts.googleapis.com/css?family=Quicksand&display=swap"
Expand All @@ -8,8 +11,11 @@
<link rel="stylesheet" href="/src/style.scss" />
</head>
<body>
<noscript>
<h1>Please enable JavaScript to use Phonics app.</h1>
</noscript>
<div id="app"></div>
<script src="/src/index.re"></script>
<script src="/src/index.re"></script>
<script>
if ('serviceWorker' in navigator) {
const sw = "sw.js";
Expand All @@ -23,4 +29,3 @@
}
</script>
</html>

4 changes: 2 additions & 2 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"sizes": "512x512"
}
],
"start_url": "/phonics",
"start_url": "/phonics/",
"background_color": "#DFDFDF",
"display": "standalone",
"orientation": "landscape",
"theme_color": "#FFA229"
"theme_color": "#DFDFDF"
}
Loading

0 comments on commit 1417d7f

Please sign in to comment.