jstify

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

jstify (v0.14.0) is a Browserify transform that pre-compiles Underscore and Lo-Dash templates with optional HTML minification via HTMLMinifier. It converts .ejs, .tpl, .jst, or .html files into CommonJS modules that export compiled template functions. Key differentiators: supports configurable engine (underscore, lodash, lodash-micro, or global), optional Lo-Dash imports simulation, customizable template and minifier options, and can disable minification. Release cadence is low (last release 2020-01-17). Typical use is within a Gulp/Grunt/webpack substitute legacy build pipeline.