From dff5a750d182aed60df2ea6c4fd452a0955cdd0f Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sat, 23 Jan 2021 19:47:37 -0800 Subject: 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. --- validate_static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'validate_static') diff --git a/validate_static b/validate_static index cbf21c47..377feb95 100755 --- a/validate_static +++ b/validate_static @@ -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) -- cgit v1.3.1