gulp-html-minifier

JSON →
library 0.1.8 ·javascript abandoned
verified Jun 4, 2026

Gulp plugin that minifies HTML using the html-minifier library. Version 0.1.8 is the latest stable release. The plugin wraps html-minifier's options, adding convenience features like ignorePath (to remove path segments from output) and an environment flag to skip minification in development. It is a legacy gulp plugin from the early gulp ecosystem, relying on gulp streams (not through2 or newer patterns). No longer actively maintained; consider using gulp-htmlmin or integrating html-minifier directly.