noglify-js

JSON →
library 3.1.0 ·javascript
verified Jun 4, 2026

A JavaScript non-minifier tool that only concatenates files. Current stable version is 3.1.0. Release cadence is sporadic. Key differentiator: unlike minifiers (UglifyJS, Terser) that remove whitespace and rename variables, noglify-js preserves full source while inserting semicolons between files to prevent syntax errors. Useful for debugging concatenated scripts without mangling. It uses commander for CLI and supports custom output options.