audreyfeldroy/complexity

Implement HTML minification

Open

#13 aberto em 20 de jul. de 2013

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

Métricas do repositório

Stars
 (118 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador