2.1.0 • Published 7 years ago

fly-htmlmin v2.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

fly-htmlmin

Minify HTML with Fly.

Install

npm install --save-dev fly-htmlmin

Usage

exports.minify = function * (fly) {
  yield fly.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.

License

MIT © Luke Edwards

2.1.0

7 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago

0.0.0

8 years ago