I have a problem, I have to gzip a prototype Lib, but i totaly have no idea how to do this, where to start and how does it works. :)
I find some tutorials but that wasn't helpful...
So I have a folder with my JS Files:
/compressed/js/ 1.js 2.js 3.js
I'm calling these files for a test in this file
/compresses/index.php
<link rel="javascript" type="text/js" href="js/tabs.js" />
<link rel="javascript" type="text/js" href="js/fb.js" />
So what do I have to do? :)
<link rel="javascript">(sadly), nor such a MIME type astext/js.