This fixes a bizarre issue where if a JavaScript file ends in a single-line comment that lacks a newline at the end, the comment will subsume the first line of the next JavaScript file. The fix is to explicitly insert another newline between the contents of every asset file.
This fixes a bizarre issue where if a JavaScript file ends in a single-line comment that lacks a newline at the end, the comment will subsume the first line of the next JavaScript file. The fix is to explicitly insert another newline between the contents of every asset file.