Skip to main content

Html compression as post processor

Project description

This module is a wrapper around Peter Bengtsson’s slimmer. It can be used to compress HTML, XHTML or CSS. It depends on the slimmer module from pypi.

Installation

pip install hyde-slimmer

Install Post Processor:

SITE_POST_PROCESSORS = {
    '/': {
        'hyde_slimmer.site_post_processors.Compress' : {
            'slimmer': {
                '*.html': 'html',
                #'*.html': 'xhtml',
                #'*.css': 'css',
            }
        },
    }
}

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

hyde-slimmer-0.0.1.tar.gz (1.8 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