audreyfeldroy/complexity

Implement HTML minification

Open

#13 ouverte le 20 juil. 2013

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (31 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (118 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur