Hexo plugin that minifies HTML, CSS, JavaScript, and images in one pass. Version 0.5.7 (stable) supports Node >=10. It bundles html-minifier, clean-css, UglifyJS, and imagemin. Key differentiator: all-in-one minification with Hexo integration, plus a JS concatenation feature. No TypeScript types. Release cadence is irregular; last update 2020.
npm install hexo-all-minifier-tildenNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Enables all minifiers with defaults and excludes already-minified CSS.
Remove empty keys entirely from _config.yml rather than setting them to null.
Replace with Dependabot or Renovate.
Run brew install libtool automake autoconf nasm before npm install.
Set front: true if bundle should load first, else false for last.
Migrate to GitHub Actions.
Run npm install hexo-all-minifier --save in your Hexo project root.
Set js_minifier.output and compress to empty YAML objects or remove if not needed.
Ensure all_minifier: true is present in _config.yml.