Set up the Kifu PWA project with decent Makefiles #41
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 479 KiB |
|
@ -17,7 +17,8 @@ module.exports = {
|
||||||
patterns: [
|
patterns: [
|
||||||
{ from: "src/index.html" },
|
{ from: "src/index.html" },
|
||||||
{ from: "src/kifu.css" },
|
{ from: "src/kifu.css" },
|
||||||
{ from: "src/manifest.json" }
|
{ from: "src/manifest.json" },
|
||||||
|
{ from: "src/icon512.png" }
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue