Registry / devops / fis3-optimizer-dfy-html-minifier

fis3-optimizer-dfy-html-minifier

JSON →
library1.0.1jsnpmunverified

A FIS3 plugin for minifying HTML files, forked from fis-optimizer-html-minifier and patched to fix two issues: compression failures with Vue.js shorthand attribute syntax and backend template syntax. Current stable version is 1.0.1, with no known update cadence. Unlike the official plugin, this fork addresses specific Vue and template compatibility. Low maintenance; primarily a patch release.

devops
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

This is a FIS3 plugin, not a standalone module. Use fis.plugin() in fis-conf.js.

fis.match('**.html', { optimizer: fis.plugin('dfy-html-minifier', { ... }) })

Shows installation and configuration of the HTML minifier plugin in a FIS3 project.

// Install globally or locally npm install -g fis3-optimizer-dfy-html-minifie // fis-conf.js fis.match('**.html', { optimizer: fis.plugin('dfy-html-minifier', { removeComments: true, collapseWhitespace: true, conservativeCollapse: true, removeAttributeQuotes: true, minifyJS: true, minifyCSS: true }) });
Debug
Known footguns
gotchaPackage name contains 'html-minifie' (missing 'r' in minifier) but is not the official one.
breakingOnly compatible with FIS3, not FIS or FIS2.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
7 hits · last 30 days
gptbot
3
ahrefsbot
2
Resources