add html minification task
mklabs opened this issue · 0 comments
mklabs commented
using html-minifier
With some default configuration
should be a simple task (not multi) with configuration where files
and optional options
props like:
htmlmin: {
files: ['**/*.html'],
options: { ... }
}