Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What standalone JavaScript compressing tools are there?

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

like image 414
Kombuwa Avatar asked Jul 20 '09 07:07

Kombuwa


People also ask

Which of the following is a JavaScript compressor?

Solution(By Examveda Team)UgilifyJS is a parser, JavaScript Compressor and a beautiful toolkit.

How do I minify JavaScript online?

Use your JS URL to compress. Click on the URL button, Enter URL and Submit. Users can also minify JS File by uploading the file. Minify JS Online works well on Windows, MAC, Linux, Chrome, Firefox, Edge, and Safari.

What is Yui compressor?

The YUI Compressor is JavaScript minifier designed to be 100% safe and yield a higher compression ratio than most other tools. Tests on the YUI Library have shown savings of over 20% compared to JSMin (becoming 10% after HTTP compression).

How do I minimize JavaScript?

To minify JavaScript, try UglifyJS. The Closure Compiler is also very effective. You can create a build process that uses these tools to minify and rename the development files and save them to a production directory.


1 Answers

The following are standalone:

  • JSMin
  • YUI Compressor
  • packer
like image 118
Christian C. Salvadó Avatar answered Oct 09 '22 23:10

Christian C. Salvadó