ember-cli-html-minifier

JSON →
library 1.1.0 ·javascript maintenance
verified Jun 4, 2026

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.