ohroy / hexo-neat

auto Minify html、js、css and make it neat
74 stars 11 forks source link

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:
neat_css:
  enable: true
  exclude:
    - '*.min.css'
neat_js:
  enable: true
  mangle: true
  output:
  compress:
  exclude:
    - '*.min.js'

Thanks

Say Very Thanks for this guys: