audreyfeldroy/complexity

Implement HTML minification

Open

#13 opened on 2013年7月20日

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)

説明

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.

コントリビューターガイド