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 give Require.js a go. Require.js is the only JavaScript-file that is loaded through the script-tag. When you go out of development you can use Require.js's r.js to minify and concat everything into one file.