npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@taskr/htmlmin

1.1.0

@lukeed

npmHomeRepoSnykSocket
Downloads:162
$ npm install @taskr/htmlmin
DailyWeeklyMonthlyYearly

@taskr/htmlmin npm

Minify HTML with Taskr.

Install

npm install --save-dev @taskr/htmlmin

Usage

exports.minify = function * (task) {
  yield task.source('src/*.html')
    .htmlmin({ removeComments:false })
    .target('dist');
}

API

.htmlmin(options)

This plugin offers no unique options.

However, it has a number of default settings that you may override.

Please see HTML-Minifier's Options for a full list of available options.

Support

Any issues or questions can be sent to the Taskr monorepo.

Please be sure to specify that you are using @taskr/htmlmin.

License

MIT © Luke Edwards