![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
|Pypi|
HTML minifier for Lektor that automatically minifies generated .html files.
Uses htmlmin <https://github.com/mankyd/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.
.. |Pypi| image:: https://img.shields.io/pypi/v/lektor-htmlmin.svg?maxAge=3600&style=flat-square :target: https://pypi.python.org/pypi/efesto
FAQs
HTML minifier for Lektor. Based on htmlmin.
We found that lektor-htmlmin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.