I performed the following steps:
Converted javascript file to gzip file using 7-ZIP
Changed
<script type="text/javascript" src="js/base.js"></script>
to<script type="application/x-gzip" src="js/base.js.gz"></script>
Using firebug I check that base.js.gz response is empty.