How to GZIP my JS und CSS Files
Posted
by Fincha
on Stack Overflow
See other posts from Stack Overflow
or by Fincha
Published on 2010-04-19T08:33:01Z
Indexed on
2010/04/19
8:43 UTC
Read the original article
Hit count: 244
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? :)
© Stack Overflow or respective owner