Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/espterm/espterm-front-end/commit/4115decb128c6c9fbaa7d49a0aa6ef0e8b36c5ac?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

remove line len limit from html minifier

pull/2/head
Ondřej Hruška 8 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