Hi,
First of all, cool plugin. It does a good job. Usually. But I can't use it because of a strange problem.
When I first activate it everything works just fine.
If I wait a while (I guess it's something to do with caching) - I start getting exception from the URL that returns the minified js. Not getting HTTP error - it returns a page with an exception stack trace (exception in JSMin about unterminated string literal).
It looks like this exception is caused by a cache file that contains the HTML of the blog and not any JS. This of course throws an exception since it's not anything valid for minification.
So, why would the plugin cache the blog page? Is there anyway to fix this? I would love to be able to use it.
Thanks.