Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JSMin usage problem

I want to use JSMin to minify js files, but I'm confused how to install it in my windows machine and how to use it... I tried to find any resource by no luck. can anyone please help me with this?

Thanks a lot...

like image 257
Pavithra Gunasekara Avatar asked Jun 23 '11 07:06

Pavithra Gunasekara


2 Answers

well, here is a full tutorial about JSMin: JSMIN, The JavaScript Minifier

You can find out how to use it in the "Command Line Options" part.

but i really recommend ( my favorite ): Dean Edwards JS Packer V3.0

like image 95
Rafael Herscovici Avatar answered Sep 30 '22 20:09

Rafael Herscovici


http://www.crockford.com/javascript/jsmin.html

At the bottom:

You can get a zip file containing an MS-DOS.exe file, or you can get the C source code and build it yourself.

like image 29
2 revs Avatar answered Sep 30 '22 20:09

2 revs