fis3-postpackager-htmlmin

0.0.1 • Public • Published

fis-postpackager-htmlmin

Minify HTML with fis

Getting Started

This plugin requires fis

If you haven't used fis before, be sure to check out the Getting Started guide, as it explains how to create a fis-conf.js as well as install and use fis plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install fis-postpackager-htmlmin -g

Htmlmin task

Run this task with the fis release -o command.

Minifies HTML using html-minifier. Bugs regarding the output should be reported here.

Options

See the html-minifier options.

Default Options

removeComments: true,
collapseWhitespace: true,
minifyJS: true

Example config

fis.config.merge({
  modules: {
    postpackager: ['htmlmin']
  },
  settings: {
      postpackager: {
          "htmlmin": {
              minifyJS: false,
              removeComments: false
          }
      }
  }
})

Dependents (0)

Package Sidebar

Install

npm i fis3-postpackager-htmlmin

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • soakit