Possible Duplicate:
Is there a good JavaScript minimizer?
i'm looking for javascript minimizer , not a regular one that get out the namespaces , i talk about something to short my variables names , function names and so on , that can face scoping and match the variables by the scope , what i looking from the minimizer is :
- get variable names shorter
- get functions names shorter
- facing scoping
you can see Jquery mini to know what i mean
is there anything out there that can do that?