Skip to content
Snippets Groups Projects
html-minifier.json 168 B
Newer Older
  • Learn to ignore specific revisions
  • Bye's avatar
    Bye committed
    {
      "minifyCSS": true,
      "minifyJS": true,
      "removeCommens": true,
      "removeAttributeQuotes": true,
      "removeRedundantAttributes": true,
      "collapseWhitespace": true
    }