0

It is my first time I want to enable jQuery, Javascript and CSS files compression

but I don't exactly know where to start I searched the net but there was not a detailed example that I could implement that in my project. Please Help me that how can I enable jQuery, Javascript and CSS files compressions?

1-In windows servers?

2-In Appache Servers?

also can I enable it through .htaccess files?

MJ X
  • 8,506
  • 12
  • 74
  • 99

2 Answers2

1

You can use the following:

http://www.jsmini.com/

Google released Closure Compiler which seems to be generating the smallest files: https://code.google.com/p/closure-compiler/

or http://yuilibrary.com/download/#yuicompressor

Benafsh Yalda
  • 396
  • 1
  • 5
  • 13
-1

Use Yahoo compressor here is the link: http://yui.github.io/yuicompressor/ for compressing your web pages javascript or jQuery files

or use this JASOB here is the link: http://www.jasob.com/

MJ X
  • 8,506
  • 12
  • 74
  • 99
  • I know this but what about compressing the jQuery javascript and css from the server with htaccess – MJ X Sep 14 '13 at 10:46