audreyfeldroy/complexity

Implement HTML minification

Open

#13 opened on Jul 20, 2013

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (31 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (118 stars)
PR merge metrics
 (PR metrics pending)

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