django-template-minimizer
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Minimizes Django templates so that html is served up already minimized. Minimizes django templates and the html, in-line javascript, and in-line css inside.
django-template-minimizer
=========================

For Django developers obsessed with performance. 

Minimize your templates once and not your HTML each time you serve it up.

:Download: http://pypi.python.org/pypi/django-template-minimizer/
:Source: http://github.com/Charles-Kaminski/django-template-minimizer
:License: MIT

Run 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.

The command minimizes django templates along with the html, in-line ``bla``

2. The minimizer collapses all white space not in a django tag, django variable, javascript, or inline css.  This includes whitespace inside ``
``, ``