Is there an easy way to reference all js files in an HTML file rather than referencing it one by one?
Instead of this -
You can try and combine your javascript files or plugins into one:
You'll have to do it manually though. Another option would be to write a server-side script to combine and minify all your javascript files.