Aren't these things already in PrestaShop under the CCC option? Can someone please explain to me what the difference is?
I'm not sure if I got it right, but I think it might take all JS- and CSS-files and compress them, without merging them.
If I'm correct you probably don't need this module if you're using CCC.
If you do changes yourself in the .tpl-files you can easily compress the html output by wrap the code with
For example:
Code:
{strip}
{block name='product_thumbnail'}
<div class="product-image">
</div>
{/block}
{/strip}
And a
heads up!
This module use jsmin-php to compress JS-files. Its an 9 year old unmaintained script, and the developer recommends that it shouldn't be used.
Perhaps it has been modified in this module thou, I haven't compared them.
jsmin-php is located at
https://github.com/rgrove/jsmin-php