diff options
| author | Danny Lin <danny@kdrag0n.dev> | 2021-01-23 19:47:37 -0800 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-23 23:08:12 -0500 |
| commit | dff5a750d182aed60df2ea6c4fd452a0955cdd0f (patch) | |
| tree | 983427117e59575d0c8b15609369a4a57d98c2b6 /static/web-install.html | |
| parent | 94ec5e04406062c1796edd186ee2081cf5e06723 (diff) | |
Switch to new bundled fastboot.js
This simplifies cache busting greatly without needing to do further
processing on any fastboot.js code before deploying. It also removes the
need for a non-module script with global scope.
Diffstat (limited to 'static/web-install.html')
| -rw-r--r-- | static/web-install.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/static/web-install.html b/static/web-install.html index 6e9481ac..e3058c80 100644 --- a/static/web-install.html +++ b/static/web-install.html @@ -26,12 +26,8 @@ <link rel="stylesheet" href="/grapheneos.css?29"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> - <script defer="defer" src="/js/fastboot/libs/zip-inflate.min.js?0"></script> - <script type="module" src="/js/fastboot/common.js?1"></script> - <script type="module" src="/js/fastboot/factory.js?1"></script> - <script type="module" src="/js/fastboot/sparse.js?1"></script> - <script type="module" src="/js/fastboot/fastboot.js?1"></script> - <script type="module" src="/js/web-install.js?3"></script> + <script type="module" src="/js/fastboot/dist/fastboot.min.js?0"></script> + <script type="module" src="/js/web-install.js?4"></script> </head> <body> <header> |
