🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

fly-htmlmin

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-htmlmin

Minify HTML with Fly

Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Minify HTML with Fly.

npm package

Usage

Check out the HTML Minifier documentation to see the available options.

Install

npm install -D fly-htmlmin

Example

export default function* () {
  yield this.source('dist/*.html')
    .htmlmin({
      removeComments: true,
      // ...
    })
    .target('dist');
}

License

MIT © Luke Edwards et al

Keywords

fly

FAQs

Package last updated on 20 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts