Ember addon that uses html-minifier to minify HTML files (e.g., index.html) and inline JS/CSS during production builds. Version 1.1.0 is the latest stable release. This addon automatically activates on production builds but allows manual configuration via Brocfile.js. Differentiators: seamless integration with Ember CLI, sensible default minifier options (collapseWhitespace, removeComments, minifyJS, minifyCSS), and support for custom minifier options. Note: the underlying html-minifier library is deprecated in favor of html-minifier-terser, and this addon may not be actively maintained.
npm install ember-cli-html-minifierNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install and configure ember-cli-html-minifier for production HTML minification with default options.
Switch to a different addon that uses html-minifier-terser, or configure your build pipeline directly.
Ensure minifyHTML.enabled is true (or rely on default production-only behavior).
Use exact key: minifyHTML in Brocfile.js.
Run: npm install ember-cli-html-minifier --save-dev
Ensure the addon is installed and listed in package.json in the 'devDependencies' section.
No dependency data recorded yet.