Skip to main content

CSS and Javascript Minification/Combination Upgrade to WebHelpers

Project description

Consider the MinificationWebHelpers as an extension to WebHelpers.

Basicly it adds two more options to the WebHelpers javascript_link and stylesheet_link functions:

  • minified (bool): Minifies, ie, reduces as much as possible each of the files passed to it’s minimum size to reduce page load times.

  • combined (bool): Joins all files passed into a single one to reduce server requests which in turn reduces page load times.

  • beaker_kwargs (dict): override default arguments that will be passed to beaker_cache. beaker_kwargs.update() is issued on default arguments.

  • combined_filename (string): Name of the filename that will be used in conjunction with combined=True

For an up-to-date read of the documentation, please read the documentation page on site.

Mercurial repository is located at bitbucket.org.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

MinificationWebHelpers-0.3.3.zip (11.2 kB view hashes)

Uploaded Source

MinificationWebHelpers-0.3.3.tar.bz2 (7.2 kB view hashes)

Uploaded Source

Built Distribution

MinificationWebHelpers-0.3.3-py2.5.egg (16.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page