rozbo / hexo-neat

auto Minify html、js、css and make it neat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

status

npm version

Hexo-neat

I want a perfect page to show for my blog, so I made this.

Installation

$ npm install hexo-neat --save

Options

To Enable Auto neat , you must config like this:

neat_enable: true
neat_html:
  enable: true
  exclude:
  • enable - Enable the plugin. Defaults to true.
  • logger - Print log switch. Defaults to true.
  • exclude: Exclude files
  • Note: there are so many params please see HTMLMinifier

neat_css:
  enable: true
  exclude:
    - '*.min.css'
  • enable - Enable the plugin. Defaults to true.
  • logger - Print log switch. Defaults to true.
  • exclude: Exclude files
  • Note: there are so many params please see clean-css

neat_js:
  enable: true
  mangle: true
  output:
  compress:
  exclude:
    - '*.min.js'
  • enable - Enable the plugin. Defaults to true.
  • mangle: Mangle file names
  • logger - Print log switch. Defaults to true.
  • output: Output options
  • compress: Compress options
  • exclude: Exclude files
  • Note: there are so many params please see UglifyJS

Thanks

Say Very Thanks for this guys:

Sponsor

The project is develop by JetBrains Ide

About

auto Minify html、js、css and make it neat


Languages

Language:JavaScript 100.0%