Skip to content

Commit bc72af3

Browse files
reznordForsakenHarmonyprateekbh
authored
Add 'apple-touch-icon' link tag to improve the lighthouse scores (#1021)
* Add 'apple-touch-icon' link tag to improve the lighthouse scores * Add test to check whether 'apple-touch-icon' meta tag exists or not * Remove size-plugin.json from cli package * Add size-plugin.json to gitignore * Update test images * Add arguments to puppetter.launch * Add arguments to puppetter.launch * Remove pupetteer options for launch * typo Co-Authored-By: Leah <[email protected]> * adding missing escape symbols * travis changes for pupeteer * Update .travis.yml Co-authored-by: Leah <[email protected]> Co-authored-by: Prateek Bhatnagar <[email protected]>
1 parent 78cdad0 commit bc72af3

File tree

6 files changed

+18
-864
lines changed

6 files changed

+18
-864
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ tmp-*.json
99

1010
.idea/
1111
.vscode
12+
13+
# auto generated while running tests
14+
packages/cli/size-plugin.json

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: required
33
addons:
44
chrome: stable
55
apt:
6-
packages: libnss3-tools
6+
packages: libnss3
77

88
language: node_js
99
node_js:

packages/cli/lib/resources/template.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1">
77
<meta name="mobile-web-app-capable" content="yes">
88
<meta name="apple-mobile-web-app-capable" content="yes">
9+
<link rel="apple-touch-icon" href="./assets/icons/apple-touch-icon.png">
910
<% preact.headEnd %>
1011
</head>
1112
<body>

0 commit comments

Comments
 (0)