slav123 / CodeIgniter-minify

CodeIgniter minify library CSS and JavaScript compression on the fly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript error if all merged javascript files do not finish with a semicolon

Seb33300 opened this issue · comments

Hello,

When merging multiple JS files, if one of them do not finish with a semicolon, it may cause a javascript error.

To avoid this, we have to add a semicolon at the end of every js files.
Maybe it could be done automatically.

Seb