登录 注册
当前位置:主页 > 资源下载 > 5 > Grunt任务grunt-html-prettyprinter用于美化HTML

Grunt任务grunt-html-prettyprinter用于美化HTML

  • 更新:2024-10-23 14:45:26
  • 大小:10KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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