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
timestamp append time.time timestamp to file, eg. test.js?t=123012343
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for MinificationWebHelpers-0.3.5.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | d717f057ea1e8908263ac4403116daa11b709e5fd7d807fad532426e7bcae201 |
|
MD5 | d74e4451508eb01d99eaf988d567b5bf |
|
BLAKE2b-256 | 9da23e205c7f2e31227522ecfa5aeed161cb6bfbbccd158678cad695e6910185 |
Hashes for MinificationWebHelpers-0.3.5.tar.bz2
Algorithm | Hash digest | |
---|---|---|
SHA256 | 032a6f153d3f9b000ec72e68268a9008263c3132525bafcb2672783bfaa6d5e6 |
|
MD5 | e9661b8998a519ee3cf3ef9d557f66f1 |
|
BLAKE2b-256 | 313f181490433087dfc0a0497a5fa44d5b672e1ab93b1808d7266e9595cb99bb |
Hashes for MinificationWebHelpers-0.3.5-py2.5.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3997f9a6ec476034e3f1aa819132e7d732364ff5d10e8a292e4c82ddce554b6 |
|
MD5 | ab6c5f02e30a5f04433b61d45dd8b746 |
|
BLAKE2b-256 | 747efd81fe8328a7edc50e214f6637a14f580bad5c4d80c9fd24318ec8d63167 |