Thoth 0.1.2 released

Thoth 0.1.2 has been released. The only changes are Ramaze 0.3.9.1 compatibility and a new MinifyController that minifies Thoth’s CSS and JavaScript on the fly.

The minification is handled by two new Ruby libraries: CSSMin, which is a port of the YUI Compressor’s CSS minification routines to Ruby; and JSMin, a Ruby port of Douglas Crockford’s JSMin.

Feel free to use these libraries in your own projects. They’re available as individual gems for your convenience (named “cssmin” and “jsmin”, naturally).