goalup-minify

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

goalup-minify is a CLI tool that uses gulp and other popular minifiers (UglifyJS, clean-css, htmlmin, imagemin) to compress JS, CSS, HTML, and image files for production-ready static websites. Version 1.3.0 (stable, last updated 2019) runs a single command to output individually processed files to a /public directory. Unlike bundlers (Webpack, Parcel), it processes files one-to-one without bundling. Supports autoprefixing and inline asset compression via HTML attributes. Low maintenance; no recent updates. Ideal for simple static sites without an existing build pipeline.