Hello everyone,
I habe a Problem, I have to gzip a prototype Lib, but i totaly have no idea how to do this, where to start und how does it works :)
I find some tutorials but that wasn't helpfull...
So I have a folder with my JS Files
/compressed/js/ 1.js 2.js 3.js
I caling this 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 I have to do? :)