I look for tool which can compress JavaScript source code. I found some web tools which only deletes whitespace chars? But maybe exist better tool which can compress user's function names, field name, deletes unused fields, others.
|
|
|||||||
|
|
|
A tool often used to compress JS code is the YUI Compressor. Considering there is this option :
It should be able to do what you asked.
Quoting that article :
For instance, if you are using Apache, take a look at |
||||
|
|
|
Check out YUI Compressor, there is also ESC, but I suspect YUI is a bit better. Up to you to test. |
||
|
|
|
|
Javascript minimizer have been discussed here before, but still I feel that the JavaScript compressor rater web page summarizes them best:
|
||
|
|
