tuupola/jquery_chained

Adding semicolon to the end of minimized files

PhilippSoehnlein opened this issue · 1 comments

Could you configure your minifier to add a semicolon at the end of the file? If people use concatenation scripts to deliver multiple JavaScript files in one file and the file after jquery.chained.min.js doesn't start with a semicolon there will be an error.

kthxbai

Was using old version of Uglifier gem. Thanks for the heads up!