文件名称:grunt-html-prettyprinter:美化 HTML 的 Grunt 任务
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-26 18:04:56
JavaScript
grunt-html-prettyprinter 美化 HTML 的任务 入门 在项目的旁边安装这个 grunt 插件: npm install grunt-html-prettyprinter 然后将此行添加到您项目的grunt.js gruntfile 中: grunt . loadNpmTasks ( 'grunt-html-prettyprinter' ) ; 文档 grunt . initConfig ( { // Beautify single file 'html-prettyprinter' : { single : { // HTML file to beauty src : 'dirty/index.html' , // Destination of HTML file dest : 'clean
【文件预览】:
grunt-html-prettyprinter-master
----LICENSE-MIT(1KB)
----grunt.js(702B)
----tasks()
--------html-prettyprinter.js(3KB)
----test()
--------grunt.js(926B)
--------Gruntfile.js(470B)
--------html-prettyprinter_test.js(2KB)
--------expected()
--------test_files()
----README.md(3KB)
----.gitignore(29B)
----CHANGELOG.md(192B)
----package.json(1KB)