fixed, it was because i was using get_the_content() that returns content unformatted.
To fix it see http://www.web-templates.nu/2008/08/31/get_the_content-with-formatting/
i’ve found the error: the script tag need to have type=”text/javascript” like this
<script type=”text/javascript” src=”my.js”></script>
if you only put
<script src=”my.js”></script>
it doesnt minify!!