Hi,
I have troubles with your plugin when I previewing a gravity form.
I have made a patch to fix this issue, in your file wp-minify.php when you are requirering the files just make :
require_once(dirname(__FILE__).'/common.php');
require_once(dirname(__FILE__).'/http_build_url.php');
Instead of
require_once('/common.php');
require_once('/http_build_url.php');
Regards,
Rahe