mklabs/node-build-script

add html minification task

mklabs opened this issue · 0 comments

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: { ... }
}