Minifying a tagcloud widget

I was using an earlier built of this tagcloud widget. I wanted to minifying the widget. So, I started with using JSMin and found out that Prototype.js and window.js causes UnterminatedStringLiteralException with JSMin. So, I left these two files alone. Once I minified rest of the files, I cat the files into a single JavaScript. […]

Read more "Minifying a tagcloud widget"