Minify your html pages for Pyramid
Project description
pyramid-htmlmin
Binding of the htmlmin library for Pyramid.
Usage:
pyramid.includes = pyramid_htmlmin # uncomment lines to override default settings. # Send gzipped minifed code when possible (defaults to True) # pyramid_htmlmin.gzip_if_accepted = True # the settings here are default value of htmlmin.minify methods, # provided by htmlmin version 0.1.5 # htmlmin.remove_comments = False # htmlmin.remove_empty_space = False # htmlmin.remove_all_empty_space = False # htmlmin.reduce_empty_attributes = True # htmlmin.reduce_boolean_attributes = False # htmlmin.remove_optional_attribute_quotes = True # htmlmin.keep_pre = False
Changelog
0.6 (2017-07-19)
Don’t stick Pyramid to version 1.5
0.5 (2015-06-16)
Minified in gzip the response if possible
0.4 (2015-06-30)
Minified exceptions renderered pages too
0.3 (2015-01-21)
don’t raise when the content type response is not set.
0.2 (2014-10-20)
minify options are now configurable via Pyramid settings.
0.1 (2014-10-13)
Initial version.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyramid-htmlmin-0.6.tar.gz
(9.7 kB
view details)
File details
Details for the file pyramid-htmlmin-0.6.tar.gz
.
File metadata
- Download URL: pyramid-htmlmin-0.6.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4130fa9f030e4b20f89e86e3c3072fcda9463ed68d10ac5c068bfb1bbb6a5120 |
|
MD5 | baa3d43628dbc81d7adefb0532dee030 |
|
BLAKE2b-256 | 0abd03d350169910f45c88354c27c1464e856c08a350747aca0504f3eb797506 |