crossjs / gitbook-plugin-minifier

This is an minifier for GitBook plugin. Run minify after the build.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitBook minify Plugin

This is an minifier for GitBook plugin.

Run minify after the build.

It is powered by the html-minifier, clean-css and UglifyJS.

Usage

Installation

Add the plugin to your book.json:

{
  "plugins": ["minifier"]
}

and run install command

$ gitbook install

Optional configuration

You can add the following configuration params to your book.json:

{
  "plugins": ["minifier"],
  "pluginsConfig": {
    "minifier": {
      "html": {},
      "css": {},
      "js": {}
    }
  }
}

License

MIT License

About

This is an minifier for GitBook plugin. Run minify after the build.

License:MIT License


Languages

Language:JavaScript 100.0%