* Write unittests [high priority]
* Print nice detail info after compression (remove INFO lines)
* Add log file support
* Add suppport for google closure javascript compressor
* Check that java interpreter exists to avoid Popen IOError
* Implement --pure-python param to minify using python tools only
  (default behavior ?)
  - Add cssmin support https://github.com/zacharyvoase/cssmin
  - Add jsmin support http://pypi.python.org/pypi/jsmin
* Add tox for a proper interpreter version testing
* Add regular expression support for sections (applied before minification)
