Open Issues Need Help
View All on GitHubAI Summary: This task requires updating a website's build system to check file paths instead of file extensions for cleanliness. This involves deleting old files (dirty-file-extensions.json and dirty-file-extensions-checker.mjs), creating new ones (dirty-file-paths.json and dirty-file-paths-checker.mjs) that use path matching instead of extension matching, translating existing rules to the new format, and thoroughly testing the changes across multiple websites. The new path matching should be case-sensitive, use `/` as the directory separator, start all paths with `/`, and prioritize later rules over earlier ones.
An opinionated starting point and build system for awesome, collaboratively-edited HTML websites
AI Summary: Debug why the `cli-progress` library, used in the Jekyll-based website build process, doesn't display output in GitHub Actions, despite working locally. The issue likely stems from environmental differences (e.g., `TERM` variable) between the local development environment and the GitHub Actions runner. The solution involves investigating the `TERM` variable and potentially adjusting the `cli-progress` configuration or using an alternative progress indicator compatible with GitHub Actions.
An opinionated starting point and build system for awesome, collaboratively-edited HTML websites