Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Minify JSON files #277

Open
gmarty opened this issue Feb 9, 2024 · 1 comment
Open

[Feature request] Minify JSON files #277

gmarty opened this issue Feb 9, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@gmarty
Copy link

gmarty commented Feb 9, 2024

As a new feature, it would be cool to compress JSON files too. I'm thinking specifically about web manifest files. They are sometimes shipped with the .manifest extension, but have regular JSON content.

Minifying a JSON file can be done quite easily with JSON.stringify(JSON.parse(content)).

@NikolaRHristov NikolaRHristov added the enhancement New feature or request label Feb 9, 2024
@NikolaRHristov NikolaRHristov closed this as not planned Won't fix, can't repro, duplicate, stale May 25, 2024
@NikolaRHristov NikolaRHristov added the help wanted Extra attention is needed label Aug 13, 2024
@deepanshu88
Copy link

+1 It would be a great new feature. Thanks for this awesome integration utility. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Development

No branches or pull requests

3 participants