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...
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
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.
链接地址: http://www.djcxy.com/p/7978.html上一篇: 复古:学习CVS,来自SVN
下一篇: JSMin使用问题