bdkjones / Kit

The Kit Compiler, as implemented in CodeKit
77 stars 6 forks source link

Feature request: compression #10

Closed ghost closed 5 years ago

ghost commented 9 years ago

Since working with modular structure and source files, it would be nice to get to compress the HTML output to remove the whitespace where appropriate.

yratof commented 9 years ago

It would be nice to compress the output (.html files) by removing comments, but straight away I know how much of a nightmare that would be since it reads comments to include everything. Currently using this – https://github.com/gruntjs/grunt-contrib-htmlmin