remove line len limit from html minifier

pull/2/head
Ondřej Hruška 7 years ago
parent 08b7927bc5
commit 4115decb12
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      compile_html.php

@ -71,7 +71,7 @@ foreach($_pages as $_k => $p) {
' --collapse-whitespace'.
' --collapse-boolean-attributes'.
' --html5'.
' --max-line-length 120'.
//' --max-line-length 120'.
' -o '.escapeshellarg($outputPath).
' '.escapeshellarg($tmpfile), $rv);

Loading…
Cancel
Save