Open oliverjam opened 7 years ago
I understand why you've broken your JavaScript up into multiple separate files to work on, but it's usually better to concatenate them back into a single file for production (less latency downloading one file, a single file minifies better etc).
More info on Stack Overflow: http://stackoverflow.com/questions/29657345/what-are-the-benefits-of-concatenating-all-javascript-files-into-one-before-send
I understand why you've broken your JavaScript up into multiple separate files to work on, but it's usually better to concatenate them back into a single file for production (less latency downloading one file, a single file minifies better etc).
More info on Stack Overflow: http://stackoverflow.com/questions/29657345/what-are-the-benefits-of-concatenating-all-javascript-files-into-one-before-send