/ Published in: Other
URL: http://www.ibm.com/developerworks/rational/library/4704.html#N102FA
Creates a minified version of scripttominify.js called minified.js. Breaks minified scripts before 8000 characters. Should also work on CSS.
Expand |
Embed | Plain Text
java -jar yuicompressor-2.3.3.jar script_to_minify.js --nomunge --line-break 7999 -o minified.js
You need to login to post a comment.
