File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 14
14
.env
15
15
npm-debug.log
16
16
yarn-error.log
17
-
18
- #
19
- firebase.json
File renamed without changes.
Original file line number Diff line number Diff line change 23
23
"build" : " yarn run preact && react-snap && yarn run generate-sw && yarn run generate-appcache" ,
24
24
"test" : " react-scripts test --env=jsdom" ,
25
25
"eject" : " react-scripts eject" ,
26
- "deploy" : " npm run build && yarn run generate-fb && firebase deploy" ,
26
+ "deploy" : " npm run build && firebase deploy" ,
27
27
"generate-sw" : " sw-precache --root=build --config scripts/sw-precache-config.js && uglifyjs build/service-worker.js -o build/service-worker.js" ,
28
28
"generate-appcache" : " node scripts/generate-appcache" ,
29
29
"generate-fb" : " node scripts/add-push-headers.js" ,
32
32
},
33
33
"reactSnap" : {
34
34
"inlineCss" : true ,
35
- "http2PushManifest" : true ,
36
- "asyncScriptTags" : true
35
+ "removeScriptTags" : true
37
36
}
38
37
}
Original file line number Diff line number Diff line change 18
18
< link rel ="shortcut icon " type ="image/png " href ="%PUBLIC_URL%/icons/icon-32.png " sizes ="32x32 ">
19
19
< link rel ="icon " type ="image/png " href ="%PUBLIC_URL%/icons/icon-192.png " sizes ="192x192 ">
20
20
< link rel ="icon " type ="image/png " href ="%PUBLIC_URL%/icons/icon-512.png " sizes ="512x512 ">
21
- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json ">
22
21
< meta name ="mobile-web-app-capable " content ="yes ">
23
22
< meta name ="apple-mobile-web-app-title " content ="yagd ">
24
23
< meta name ="apple-mobile-web-app-capable " content ="yes ">
You can’t perform that action at this time.
0 commit comments