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:
@@ -14,6 +14,6 @@ for file in static_tmp/**/*.@(json|webmanifest); do
|
||||
done
|
||||
|
||||
xmllint --noout static_tmp/**/*.@(html|svg|xml)
|
||||
eslint static_tmp/**/!(zip-inflate.min|z-worker-pako|pako_inflate.min).js
|
||||
eslint static_tmp/**/!(fastboot.min|z-worker-pako|pako_inflate.min).js
|
||||
stylelint static_tmp/**/*.css
|
||||
validatornu --Werror --also-check-css --also-check-svg static_tmp/**/*.@(css|html|svg)
|
||||
|
||||
Reference in New Issue
Block a user