Adding semicolon to the end of minimized files
PhilippSoehnlein opened this issue · 1 comments
PhilippSoehnlein commented
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
tuupola commented
Was using old version of Uglifier gem. Thanks for the heads up!