audreyfeldroy / audreyfeldroy/complexity
Implement HTML minification
Open
enhancement
help wanted
- Dominant language
- Python
- Stars
- 118
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
All HTML files should be minified:
- Remove whitespace and newlines
- Maybe remove comments, if it can be done in a way that doesn't affect tools that depend on HTML comments. If not, no big deal.
Contributor guide
Research direction
The issue names no source file, test, or build entry point. Start by locating where this Python static site generator reads and writes HTML, then inspect any existing generation tests. Done means generated HTML has whitespace and newlines removed, with comments preserved if removing them could affect dependent tools.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, python
- Domain
- build-system, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100