Minification helpers.
This module provides enhanced versions of the javascript_link and stylesheet_link helpers in webhelpers.html.tags. These versions add three additional arguments:
Dependencies: Pylons, Beaker, jsmin, and cssutils (all available in PyPI). If “jsmin” is not installed, the helper issues a warning and passes Javascript through unchanged. (Changed in WebHelpers 1.1: removed built-in “_jsmin” package due to licensing issues; details in webhelpers/pylonslib/_jsmin.py .)
PYRAMID USERS: this implementation is incompatible with Pyramid. No Pyramid-compatible implementation is currently known.
Contributed by Pedro Algarvio and Domen Kozar <ufs@ufsoft.org>. URL: http://docs.fubar.si/minwebhelpers/