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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user