Open lynaghk opened 12 years ago
is this going to get merged? we occasionally have issues resulting from concatenation.
This seems really valuable - is anything holding this up?
What compressors are you all using? By explicitly requiring Closure Compiler this issue went away for me (methinks JSMin uses a naive compression algorithm?).
Without a semicolon, JavaScript evaluates
as
rather than
This commit prevents that from happening by defensively adding a semicolon when joining JavaScripts.