You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)).
The text was updated successfully, but these errors were encountered:
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))
.The text was updated successfully, but these errors were encountered: