/gitbook-plugin-minifier

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

Primary LanguageJavaScriptMIT LicenseMIT

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