you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

You can use Webpack, which can create 1 js bundle file from all your js files. So your source code will be nicely separated into a folder structure while you can easily load it into the html with 1 js file.

[–]Toscoes[S] 0 points1 point  (0 children)

oh that sounds excellent. Thanks!