6

Currently I am using the site at http://javascriptcompressor.com/ to compress my JavaScript. Is there any other standalone JavaScript compressing tool?

Artjom B.
  • 61,146
  • 24
  • 125
  • 222
Kombuwa
  • 1,613
  • 4
  • 20
  • 35

4 Answers4

9

The following are standalone:

Christian C. Salvadó
  • 807,428
  • 183
  • 922
  • 838
  • 1
    Oh and it might be worth mentioning that there are online YUI Compressors. Here's one that lets you upload multiple files and compress them into one: http://yui.2clics.net/ – Blixt Jul 20 '09 at 07:35
1

I'm using YUI Compressor and it works fine for me. No problem with compressing and it does not produces errors in the output code, which was the problem with other compressing software. It's easy to use and you can start with no problem.

sth
  • 222,467
  • 53
  • 283
  • 367
stoimen
  • 562
  • 3
  • 7
0

http://openwaf-js-mini.appspot.com/ as good as YUI JS Compressor...

Deepak Patil
  • 3,419
  • 3
  • 25
  • 22