We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jsmin
true
Setting the parameter MinifyCode to true throws. The value has to be 1|0 instead of true|false
1|0
true|false
Actual
jsmin -MinifyCode 1
Expected
jsmin -MinifyCode true
or (no value, just the parameter)
jsmin -MinifyCode