audreyfeldroy/complexity

Implement HTML minification

Open

#13 geöffnet am 20. Juli 2013

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (31 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (118 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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