{"library":"ember-cli-html-minifier","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"1.1.0","tags":["javascript","ember-addon","minify","compress","html","html-minifier"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install ember-cli-html-minifier","imports":["// In Brocfile.js\nvar app = new EmberApp({\n  minifyHTML: {\n    enabled: true,\n    htmlFiles: ['index.html'],\n    minifierOptions: { ... }\n  }\n});"]},{"cmd":"yarn add ember-cli-html-minifier","imports":[]},{"cmd":"pnpm add ember-cli-html-minifier","imports":[]}],"homepage":"https://github.com/gpoitch/ember-cli-html-minifier#readme","github":"ssh://git@github.com/gpoitch/ember-cli-html-minifier","docs":null,"changelog":null,"pypi":null,"npm":"ember-cli-html-minifier","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}