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

Closed
gmarty opened this issue Feb 9, 2024 · 0 comments
Closed

[Feature request] Minify JSON files #277

gmarty opened this issue Feb 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants