miracle2k / python-closure

Closure compiler packaged for Python

Home Page:http://pypi.python.org/pypi/closure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Closure Compiler is a tool for reducing the size of Javascript files to make them download and run faster.

It's a Java-based tool. This package, in the spirit of the yuicompressor <http://pypi.python.org/pypi/yuicompressor/> package, provides a simple way to install and use the the Closure compiler from Python, bundling the closure.jar with the Python package.

I recommend looking at webassets for your CSS/JS compression needs.

Versions

Version YYYYMMDD of this package will bundle the corresponding version of the compiler (Closure uses the build date as the version).

If you want a new version to be uploaded, open a ticket at the Github page.

About

Closure compiler packaged for Python

http://pypi.python.org/pypi/closure


Languages

Language:Python 80.1%Language:Shell 19.9%