Update readme for gzip option

This commit is contained in:
weyusi 2018-09-29 15:28:43 +09:30
parent 66557d353c
commit 7c82b1b52d
2 changed files with 4 additions and 3 deletions

View File

@ -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:

View File

@ -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": {