grunt-remove-html-comments:删除 html 中的注释

时间:2024-06-23 12:49:56
【文件属性】:

文件名称:grunt-remove-html-comments:删除 html 中的注释

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-23 12:49:56

JavaScript

grunt-remove-html-comments 使用 应在remove-html-comments上报告输出。 安装 $ npm install --save-dev grunt-remove-html-comments 用法 require ( 'load-grunt-tasks' ) ( grunt ) ; // npm install --save-dev load-grunt-tasks grunt . initConfig ( { removeHtmlComments : { target : { src : 'src/index.html' , dest : 'dest/index.html' } } } ) ; grunt . registerTask ( 'default' , [ 'removeHtmlComm


【文件预览】:
grunt-remove-html-comments-master
----.gitignore(13B)
----tasks()
--------remove-html-comments.js(1KB)
----.jscsrc(93B)
----test()
--------fixture.html(2KB)
--------test.js(1KB)
--------expected.html(899B)
----.gitattributes(12B)
----Gruntfile.js(1KB)
----.jshintrc(180B)
----package.json(936B)
----readme.md(1KB)
----.travis.yml(72B)
----.editorconfig(231B)

网友评论