summaryrefslogtreecommitdiff
path: root/process-static
AgeCommit message (Collapse)Author
2025-07-03process-static: preserve quotesOphestra
2025-06-27treewide: build via nixOphestra
2025-04-12add support for Pixel 9aDaniel Micay
2024-10-12add Alpha channel to releases pageDaniel Micay
2024-09-03production Pixel 9 Pro Fold supportDaniel Micay
2024-08-24add 9th generation Pixel supportDaniel Micay
2024-06-06use ECMAScript 2022 for terserDaniel Micay
2024-05-15add Pixel 8a supportDaniel Micay
2024-05-12add IndexNow scriptDaniel Micay
2024-03-06remove unnecessary zopfli wrapperDaniel Micay
The timestamps of the generated static files are no longer used.
2023-10-12releases: add hidden placeholders for husky/shibaDaniel Micay
2023-07-15run process-templates as an executableDaniel Micay
2023-07-15drop file extension from generate-feed.pyDaniel Micay
2023-07-13Use simple templating for static processingsmdyv
2023-07-13Change string markings for replacementssmdyv
2023-06-27process-static: remove dropped devicesDaniel Micay
2023-06-27add hidden Pixel Fold release page entriesDaniel Micay
2023-06-24point to release notes from version linksDaniel Micay
This is much more useful to users and determining tag names this way is now obsolete so it needs to be changed regardless.
2023-06-20add hidden tangorpro release listingDaniel Micay
2023-05-11add hidden lynx support to prepare for launchDaniel Micay
2023-04-10switch to terser fork of html-minifierDaniel Micay
2023-04-10extend xmllint file extensionsDaniel Micay
2023-04-10split up validator.nu validationDaniel Micay
There are persistent bugs with handling HTML, CSS and SVG together.
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