Javascript Minifier/Compressor
This compressor is based on UglifyJS2.
  • Removes useless white spaces, indentation characters and line breaks;
  • Replaces local variable names with smaller ones and takes care of substituting the references;
  • Does not modify eval statement because of possible overboard effects.
Top