audreyfeldroy/complexity

Implement HTML minification

Open

#13 创建于 2013年7月20日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (31 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (118 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南