Gulp plugin to minify or prettify XML, JSON, CSS, and SQL files. Version 0.1.2 is the latest stable release, last updated in 2014. Deprecated in favor of gulp-prettify or direct usage of pretty-data. Supports preserving comments and custom extensions. No active maintenance or updates.
npm install gulp-pretty-dataNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows Gulp tasks using plugin to minify or prettify XML/JSON files.
Switch to gulp-prettify or use pretty-data directly via gulp-util.
Ensure type is exactly 'minify' or 'prettify'.
Avoid duplicate extension mappings; test thoroughly.
Use const prettyData = require('gulp-pretty-data'); (CommonJS) or import prettyData from 'gulp-pretty-data'; (ESM).Run npm install pretty-data --save-dev alongside gulp-pretty-data.