thoughtpad-plugin-minifier-html:用于 html 缩小的 Thoughtpad 插件

时间:2024-07-11 19:34:06
【文件属性】:

文件名称:thoughtpad-plugin-minifier-html:用于 html 缩小的 Thoughtpad 插件

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-11 19:34:06

JavaScript

thinkpad-plugin-minifier-html 响应 HTML 编译后事件的思想板插件。 HTML 文件将被缩小以在浏览器中使用。 用法 该插件应使用加载。 完成此操作后,插件将响应事件。 独立使用: var man = require ( 'thoughtpad-plugin-manager' ) , minify = require ( 'thoughtpad-plugin-minifier-html' ) ; var thoughtpad = man . registerPlugins ( [ minify ] ) ; thoughtpad . subscribe ( "html-postcompile-complete" , function ( data ) { console . log ( "Minified html returned he


【文件预览】:
thoughtpad-plugin-minifier-html-master
----.gitignore(587B)
----package.json(921B)
----src()
--------main.js(619B)
----.travis.yml(57B)
----LICENSE(1KB)
----README.md(2KB)
----test()
--------test.js(2KB)

网友评论