A gobble plugin that wraps html-minifier to minify HTML files during the gobble build process. Current stable version is 0.1.1, with no recent updates. It supports three presets (minimal, safe, all) that correspond to html-minifier's presets, and allows overriding individual options. As a wrapper, it requires gobble to be installed separately and delegates all minification to the html-minifier library. This plugin is a thin integration layer and has limited adoption.
npm install gobble-html-minifierNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of gobble-html-minifier in a gobblefile: import gobble, then call .transform with plugin name and options including preset.
Use only the three supported preset strings.
npm install --save-dev gobble-html-minifier
Update gobble to a version that supports .transform()