mirror of https://github.com/curbengh/hexo-yam
style: to rename 'logger' to 'verbose'
This commit is contained in:
parent
fd474580ce
commit
90bfe2ca36
1
index.js
1
index.js
|
@ -24,6 +24,7 @@ hexo.config.minify.html = Object.assign({
|
||||||
|
|
||||||
hexo.config.minify.css = Object.assign({
|
hexo.config.minify.css = Object.assign({
|
||||||
enable: true,
|
enable: true,
|
||||||
|
// TODO: rename to verbose
|
||||||
logger: false,
|
logger: false,
|
||||||
exclude: ['*.min.css'],
|
exclude: ['*.min.css'],
|
||||||
level: 2,
|
level: 2,
|
||||||
|
|
Loading…
Reference in New Issue