github-pages-template
github-pages-template copied to clipboard
An opinionated starting point and build system for awesome, collaboratively-edited HTML websites
After the CSS compilation step (if any) UnCSS is the tool we want. --- # Work plan Add a test to package.json that checks all rules in build/**/*.css versus the...
blasting out one line per successful file is painful for our AI friends to read
https://chatgpt.com/share/69021cb2-f460-800c-84f9-8eb9c16e60e6
This PR implements a comprehensive script to detect unused files in compiled sites, with robust testing infrastructure and flexible directory scanning capabilities. ## Overview The `test/find-unused-assets.mjs` script analyzes any target...
study how lighthouse testing is set up here https://github.com/nodejs/nodejs.org/actions/runs/17085929597/job/48449916303 https://github.com/nodejs/nodejs.org/blob/9d78eaee7b8529f39d54a6e435ee771f018d2777/.github/workflows/lighthouse.yml and implement that for us too (it just generates the public html report)