{ "info": { "author": "Charles Kaminski", "author_email": "CharlesKaminski@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "License :: OSI Approved :: MIT License", "Programming Language :: Python" ], "description": "django-template-minimizer\r\n=========================\r\n\r\nFor Django developers obsessed with performance. Minimize your templates once not your HTML each time you serve it up.\r\n\r\n:Download: http://pypi.python.org/pypi/django-template-minimizer/\r\n:Source: http://github.com/Charles-Kaminski/django-template-minimizer\r\n:License: MIT\r\n\r\nRun this Django command to minimize your Django templates. Eliminate the need to reprocess your HTML to minimize it; as the HTML is now being put together in minimized form.\r\n\r\nThe command minimizes django templates along with the html, in-line ``bla``\r\n\r\n2. The minimizer collapses all white space not in a django tag, django variable, javascript, or inline css. This includes whitespace inside ``
``, ``