0.0.1 • Published 6 years ago

gitbook-plugin-minifier v0.0.1

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

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