I am facing an issue with gzipping a prototype library. I have no idea how to go about it, where to start, and how it actually works.
I tried looking at some tutorials but unfortunately, they weren't very helpful...
So here's the setup: I have a folder containing my JS files:
/compressed/js/ 1.js 2.js 3.js
I am calling these files for testing 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" />
What steps do I need to take next? :)