Module to minify PS HTML output. Lightweight and simple module.
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>
Lightweight module removes extra spaces and new lines from PS html output, thereby minimizing the html code. Leave one space between the tags; in frequent cases of incorrect code, this will allow the elements to be displayed normally.
<img width="16" EXTRA_SPACES_TO_BE_REMOVED height="11" class="someone sometwo EXTRA_SPACES_TO_BE_REMOVED " />
Module removes extra spaces between attributes in tags and in attribute value end.
script, pre, textarea tags excluded from minimization.
Developed for PS 8.x, not tested with 1.7
Tested with default and warehouse theme.
Write me if not works with your theme.
Download htmlminifier.zip