Try using another tool to prettify HTML files
hegemonic opened this issue · 1 comments
hegemonic commented
Our current HTML minifier is extremely slow. We should try replacing it with prettydiff or clean-html to see if it's any faster.
Another option I found is reshape/beautify, but it requires Node.js 6+, and I'd prefer to retain Node.js 4+ compatibility for now.
hegemonic commented
Whoops, wrong repo.