A plugin for the Ease task runner that minifies HTML files using html-minifier. Current stable version is 1.0.2 (released in 2016, no recent updates). It integrates with Ease's task system and supports standard html-minifier options plus custom dir, outDir, and cleanOutDir settings. Key differentiator: it is specific to the Ease task runner ecosystem, which has limited adoption. For modern projects, consider using html-minifier directly or alternative build tools. Release cadence: no activity since 2016, effectively in maintenance/semi-abandoned state.
npm install ease-task-minify-htmlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and configure the html-minifier plugin in easeconfig.js, then define a job to run it.
Consider using html-minifier directly or migrating to a modern build tool like Webpack, Parcel, or Vite.
Use absolute paths or ensure relative paths are correct from the config file location.
Use const minifyHtml = require('ease-task-minify-html'); instead of ES import.Refer to html-minifier documentation for valid options and test thoroughly.
Run 'npm install ease-task-minify-html --save-dev' and check spelling.
Ensure the function signature is 'module.exports = function(ease) { ... }'Run 'npm install html-minifier --save-dev'