hexo-beautify:美化 Hexo 生成的 HTML、CSS 和 JS 文件,使用 js-beautify

时间:2024-06-29 00:32:38
【文件属性】:

文件名称:hexo-beautify:美化 Hexo 生成的 HTML、CSS 和 JS 文件,使用 js-beautify

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-29 00:32:38

JavaScript

六角美化 js-beautify Hexo 过滤器包装器。 支持 HTML、CSS 和 JS 文件。 安装 要安装hexo-beautify运行: npm install hexo-beautify --save 配置 在你的_config.yml里面: # Hexo Beautify beautify : types : - html - css - js exclude : - *.min.css - *.min.js html : ' indent_inner_html ' : false ' indent_size ' : 2 ' indent_with_tabs ' : false # More Options (https://github.com/beautify-web/js-bea


【文件预览】:
hexo-beautify-master
----.gitignore(1KB)
----README.md(1KB)
----test()
--------fixtures()
--------index.js(4KB)
----LICENSE(1KB)
----.jshintrc(304B)
----package.json(1KB)
----index.js(249B)
----.npmignore(80B)
----.travis.yml(158B)
----lib()
--------filter_js.js(1KB)
--------filter_html.js(1KB)
--------filter_css.js(842B)
----gulpfile.js(852B)

网友评论