文件名称:grunt-contrib-htmlmin:缩小HTML
文件大小:34KB
文件格式:ZIP
更新时间:2024-03-11 21:09:18
JavaScript
grunt-contrib-htmlmin v3.1.0 缩小HTML 入门 如果您以前从未使用过 ,请务必查看《指南》,因为它说明了如何创建以及安装和使用Grunt插件。 熟悉该过程后,可以使用以下命令安装此插件: npm install grunt-contrib-htmlmin --save-dev 插件安装完成后,可以使用以下JavaScript代码在您的Gruntfile中启用它: grunt . loadNpmTasks ( 'grunt-contrib-htmlmin' ) ; HTMLMIN任务 使用grunt htmlmin命令运行此任务。 与输出有关的应在htmlmin上报告。 选项 请参阅html-minifier。 例子 简单的例子 grunt . initConfig ( { htmlmin : {
【文件预览】:
grunt-contrib-htmlmin-master
----.travis.yml(137B)
----LICENSE-MIT(1KB)
----docs()
--------htmlmin-overview.md(130B)
--------htmlmin-examples.md(2KB)
--------htmlmin-options.md(111B)
----package.json(841B)
----tasks()
--------htmlmin.js(962B)
----test()
--------test.js(477B)
--------expected()
--------fixtures()
----CHANGELOG(2KB)
----package-lock.json(103KB)
----CONTRIBUTING.md(128B)
----Gruntfile.js(1KB)
----appveyor.yml(722B)
----AUTHORS(48B)
----.gitignore(31B)
----README.md(5KB)
----.jshintrc(209B)
----.editorconfig(188B)
----.gitattributes(12B)