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.
This commit is contained in:
Danny Lin
2021-01-23 19:47:37 -08:00
committed by Daniel Micay
parent 94ec5e0440
commit dff5a750d1
4 changed files with 9 additions and 16 deletions

View File

@@ -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>