How to Order JS Files

I need some help here. I have over 200 js files but when I add a new js, I have to go to the order list and drag the file page by page. Is there a quicker way of just dragging the js file from top to bottom without having to stop page by page? Or maybe an option to send to bottom or send to top of list?

Have you looked at the website code after exporting?
With me, BSS merged the JS files, several into one.

200 JavaScript files on ONE PAGE!? Why so many? That’s a massive number of http requests. Can’t you combine them into fewer files?

1 Like

I create automation tools like calculators, generators etc so each has its own JS file and only visible to that web app so its not like 200 are showing on all apps.