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
I understand I could do a string replace to remove all extraneous line breaks after I run through the minifier, but I'm trying to point out that this is a bug that should be fixed.
JShrink doesn't appear to be removing line breaks after the end of a function.
Example:
...becomes...
Notice the line break not removed after the
}
character.The text was updated successfully, but these errors were encountered: