forked from tools/josh
1
0
Fork 0

Fix minor issues with PWA settings

This commit is contained in:
Florine W. Dekker 2019-11-21 10:59:12 +01:00
parent 0f62557384
commit b8dc83b960
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ module.exports = grunt => {
},
replace: {
default: {
src: "./build/bundle.js",
src: ["./build/*.js"],
replacements: [
{
from: "%%VERSION_NUMBER%%",

View File

@ -1,6 +1,6 @@
{
"name": "fwdekker.com",
"version": "0.21.1",
"version": "0.21.2",
"description": "The source code of [my personal website](https://fwdekker.com/).",
"author": "Felix W. Dekker",
"repository": {

View File

@ -2,7 +2,7 @@
"short_name": "FWDekker",
"name": "FWDekker",
"start_url": "index.html",
"scope": "/index.html",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#0033cc",