From 7c82b1b52ded17503fa3581ba9d3ab5a1800e78f Mon Sep 17 00:00:00 2001 From: weyusi Date: Sat, 29 Sep 2018 15:28:43 +0930 Subject: [PATCH] Update readme for gzip option --- README.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bbe730..e4ca9a8 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,11 @@ neat_js: ---------- ``` yaml -gzip: +neat_gzip: enable: true ``` - **enable** - Enable the plugin. Defaults to `true`. +- **logger** - Print log switch. Defaults to `true`. ## Credits All credits go to the following work: @@ -82,4 +83,4 @@ All credits go to the following work: - neat html by [HTMLMinifier](https://github.com/kangax/html-minifier) - neat css by [clean-css](https://github.com/jakubpawlowicz/clean-css) - neat js by [UglifyJS](http://lisperator.net/uglifyjs/) -- gzip inspired by [hexo-generator-optimize](https://github.com/JackyRen/hexo-generator-optimize) \ No newline at end of file +- gzip inspired by [hexo-generator-optimize](https://github.com/JackyRen/hexo-generator-optimize) diff --git a/package.json b/package.json index fd73e72..25bfa99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hexo-yam", "description": "Yet Another Minifier. Minify and compress html, js and css", - "version": "0.4.3", + "version": "0.4.4", "readme": "README.md", "main": "index.js", "directories": {