Q: What exactly can it minify (or unminify) again? #197
Unanswered
mwpowellhtx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some
JSON
, only portions of which I wish to minify, "selections" as it were. Specifically from a JSON array of objects, not including the[]
. I aim to select across the range of comma delimited objects and minify those in place, if possible.Preferably somehow preserving the spacing between braces, properties, values, etc, ...
However, it's not working. At all.
I've tried full minify, as well as selection, keybinds, does not seem to be working properly,
Ctrl+Alt+M
, orCtrl+Alt+. Ctrl+Alt+M
. I double checked JSON is indeed not disabled.Admittedly, I am running an earlier version of code
1.68.1
(🐑 ish grin). I see there is an update1.100+
, although what if anything the major1.
means any more I do not know.Maybe there are assets required in a later version that MinifyAll depends upon, I do not know. But then wouldn't the install be restricted in some way, who knows 🤷 .
Beta Was this translation helpful? Give feedback.
All reactions