Registry / devops / zoo-optimizer-html-minifier

zoo-optimizer-html-minifier

JSON →
library0.1.2jsnpmunverified

A FIS (Front-end Integrated Solution) plugin that optimizes HTML files by compressing them with html-minifier. Version 0.1.2, last released in 2016. No active development. Differentiator: simple integration with FIS ecosystem.

npm install zoo-optimizer-html-minifier
INSTALL
IMPORT
SIG · ZOO-OPTIMIZER-HTML
Z
zoo-optimizer-html-minifier
devopsjavascriptv0.1.2
harness data pending
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.

default
fis.match('*.html', { optimizer: require('zoo-optimizer-html-minifier') })
require('zoo-optimizer-html-minifier') alone without fis configuration
Used as a FIS plugin, not standalone.

Shows how to integrate the plugin into FIS build process to minify HTML files.

const fis = require('fis'); fis.match('*.html', { optimizer: require('zoo-optimizer-html-minifier'), htmlMinifier: { removeComments: true, collapseWhitespace: true } });
Debug
Known issues
deprecatedPackage is no longer maintained; last update in 2016.
fix
Use modern HTML minification tools like html-minifier-terser or posthtml-minifier.
affects: >=0.0.0
gotchaRequires FIS (version 0.8.x) to function; not a standalone HTML minifier.
fix
Ensure FIS is installed and configured as a build tool.
affects: >=0.0.0
Errors
Common errors & fixes
Cannot find module 'zoo-optimizer-html-minifier'
Package not installed in node_modules or missing dependency.
fix
Run 'npm install zoo-optimizer-html-minifier --save-dev'.
Upgrade
Version history
0.1.2latest on npm
Audit
Dependencies
fisrequiredRequired as peer dependency for plugin functionality
Agent activity
33 hits · last 30 days
node
28
Resources
zoo-optimizer-html-minifier — npm install zoo-optimizer-html-minifier · libregistry