Skip to main content

HTML minifier for Lektor. Based on htmlmin.

Project description

Pypi

HTML minifier for Lektor that automatically minifies generated .html files.

Uses htmlmin and looks for .html files, minifying them as part of the build process.

Installing

You can install the plugin with Lektor’s installer:

lektor plugins add lektor-htmlmin

Or by hand, adding the plugin to the packages section in your lektorproject file:

[packages]
lektor-htmlmin = 1.0

Usage

To enable minification, pass the htmlmin flag when starting the development server or when running a build:

lektor build -O my_build_folder -f htmlmin

When the flag is present, htmlmin will overwrite all HTML files in the output directory with their minified counterparts.

Note: The htmlmin plugin currently minifies every file in the project after a build. Not just files that have been changed. This should have no ill effects, but might increase build times if there are many files to minify.

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

lektor-htmlmin-1.0.2.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

lektor_htmlmin-1.0.2-py2-none-any.whl (4.5 kB view hashes)

Uploaded Python 2

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