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
{{ message }}
This repository was archived by the owner on Mar 19, 2023. It is now read-only.
They're missing a trailing line break (which is ok), but when you combine it to other files and minify, the output is broken – the first line of code from the next file is missing. I think we should simply "sanitize" input files by adding a trailing line break if missing. Any objection?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
...break the minified version when prepended to another file.
I've had this issue with qtip.min.js:
They're missing a trailing line break (which is ok), but when you combine it to other files and minify, the output is broken – the first line of code from the next file is missing. I think we should simply "sanitize" input files by adding a trailing line break if missing. Any objection?
The text was updated successfully, but these errors were encountered: