summaryrefslogtreecommitdiff
path: root/process-static
AgeCommit message (Collapse)Author
2023-02-16use pixelated image rendering mode for QR codesDaniel Micay
2023-01-07obtain validatornu release from npmDaniel Micay
2023-01-04temporarily disable validatornu warningsDaniel Micay
Until there's a new tagged release with the change resolving this issue: https://github.com/validator/validator/issues/1433.
2022-11-01brotli keeps source files by defaultDaniel Micay
2022-10-18Update device imagesmdyv
This is a vectorized image of the Pixel 7 Pro, and saves 98 % of the byte length of the previously used image.
2022-10-14prepare for future Pixel 7 Pro and Pixel 7 supportDaniel Micay
2022-08-27use GrapheneOS fastboot.js forkDaniel Micay
2022-08-25begin adding Pixel 6a (bluejay) supportDaniel Micay
2022-08-25activate venv automaticallyDaniel Micay
2022-06-30run gixy after template expansionDaniel Micay
2022-06-28reorganize process static scriptDaniel Micay
2022-05-08improve flock error messageDaniel Micay
2022-05-05add file locking to deploy/process scriptsDaniel Micay
2022-02-19add scripting for auto-generating releases listingDaniel Micay
2021-12-05use http2_push instead of http2_push_preloadDaniel Micay
This avoids needing to conditionally add nopush to each preloaded resource in the Link header. There's also no support for pushing JavaScript modules via http2_push_preload since nginx doesn't have support for rel=modulepreload.
2021-11-27update fastboot.js to v1.1.1Daniel Micay
2021-11-26add integrity metadata to preload headerDaniel Micay
2021-11-25add gixy support to process-static workflowDaniel Micay
2021-11-25integrate gixy into process-staticDaniel Micay
2021-11-25use a temporary directory for nginx configurationDaniel Micay
2021-11-18set up SRI for future use by CSP v3Daniel Micay
2021-11-18merge validate_static into process_staticDaniel Micay
2021-09-30rename static_tmp to static-tmp for consistencyDaniel Micay
2021-09-30add back preserving timestamp for zopfliDaniel Micay
2021-07-21split brotli and zopfli jobsDaniel Micay
2021-07-21stop unnecessarily copying mtime for gz outputDaniel Micay
2021-07-21compress static files in parallelDaniel Micay
2021-07-10rename generate_feed.py to generate-feed.pyDaniel Micay
2021-07-08rename scriptsDaniel Micay