[jQuery] Minified version of cluetip (how to minify js myself?)
I'm trying to minify the cluetip plugin but it fails everytime I try.
Previous version had a minified version included, but the latest
doesn't seem to have that.
And I’ve made some tiny changes (added some div, changed default
values) to the code so I'd like to minify it myself also. I've tried
with JSmin-php (http://code.google.com/p/jsmin-php/) but it fails for
cluetip, I've also tried "cleaing" up the code according to JSLint
suggestions but halfway through or something I became lost.
Also, does the php version of JSmin produce the same result as the
original one or are the perhaps differences, maybe that's why it fails
for me? Will I be able to minify correctly as long as JSLint gives me
no errors?
Thanks!