CodeIgniter-Minifyhtml-hooks
CodeIgniter-Minifyhtml-hooks copied to clipboard
A CodeIgniter Hooks that will Minify the HTML, Reducing network latency, enhancing compression, and faster browser loading and execution.
Results
4
CodeIgniter-Minifyhtml-hooks issues
Sort by
recently updated
recently updated
newest added
Hi, Thanks for this great hooks, anyone know how we can modify the regex to remove html comment ? ``
UTF-8 character problem seems to be solved adding flag U to regular expression. http://stackoverflow.com/questions/19629893/does-preg-replace-change-my-character-set $re = '% # Collapse ws everywhere but in blacklisted elements. (?> # Match all whitespans...