Hexo plugin that minifies HTML, CSS, JS, and images in one package. Version 0.5.7 supports Node >=10. Low maintenance with infrequent updates since 2019. Integrates with Hexo build pipeline via configuration flags. Differentiator: all-in-one minification with options per asset type (html, css, js, image), plus a JS concator feature to bundle scripts. Alternatives like hexo-filter-optimize require multiple plugins.
npm install hexo-all-minifierNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configuration to enable all minifiers with basic exclusions for already minified files.
Remove empty 'output:' or 'compress:' lines from _config.yml entirely.
Install build dependencies: brew install libtool automake autoconf nasm
Consider migrating to hexo-filter-optimize or manually auditing dependencies.
Ensure all local scripts are included; use front:true to change order if needed.
Remove empty 'output:' and 'compress:' lines from _config.yml
Run: npm install imagemin --save-dev
Install build dependencies: brew install libtool automake autoconf nasm (macOS) or apt-get install build-essential nasm (Linux)