mirror of https://github.com/curbengh/hexo-yam
docs: replace uglifyjs with terser
This commit is contained in:
parent
2a9c5a52b4
commit
cb4dc87a5a
|
@ -104,5 +104,5 @@ All credits go to the following work:
|
||||||
- [hexo-neat](https://github.com/rozbo/hexo-neat) by rozbo
|
- [hexo-neat](https://github.com/rozbo/hexo-neat) by rozbo
|
||||||
- neat html by [HTMLMinifier](https://github.com/kangax/html-minifier)
|
- neat html by [HTMLMinifier](https://github.com/kangax/html-minifier)
|
||||||
- neat css by [clean-css](https://github.com/jakubpawlowicz/clean-css)
|
- neat css by [clean-css](https://github.com/jakubpawlowicz/clean-css)
|
||||||
- neat js by [UglifyJS](http://lisperator.net/uglifyjs/)
|
- neat js by [terser](https://github.com/terser-js/terser)
|
||||||
- gzip inspired by [hexo-generator-optimize](https://github.com/JackyRen/hexo-generator-optimize)
|
- gzip feature is inspired by [hexo-generator-optimize](https://github.com/JackyRen/hexo-generator-optimize)
|
||||||
|
|
Loading…
Reference in New Issue