When merging files that do not have EOL character at the end there might be a situation where merged files will result in an invalid JavaScript file. We should either detect whether the file has a new line at the end and add it or simply always add a new line at the end when merging JS files (they will be removed during minification anyway).
When merging files that do not have EOL character at the end there might be a situation where merged files will result in an invalid JavaScript file. We should either detect whether the file has a new line at the end and add it or simply always add a new line at the end when merging JS files (they will be removed during minification anyway).