Skip to content
Snippets Groups Projects
Select Git revision
  • 80bd199beab7c11d0e5d43d3b506b9c68b01a618
  • main default protected
2 results

html-minifier.json

Blame
  • html-minifier.json 168 B
    {
      "minifyCSS": true,
      "minifyJS": true,
      "removeCommens": true,
      "removeAttributeQuotes": true,
      "removeRedundantAttributes": true,
      "collapseWhitespace": true
    }