Rearrange Javascript

Hello.

I've been learning to implement After Effects animations onto a website lately. Although I've been having some trouble implementing it into Bootstrap Studio. The problem was that it tried to use a function from a library that hadn't loaded yet.

http://prntscr.com/q4b49f

Anim does the animation, but the library hasn't loaded yet. How about a feature that allows people to re-arrange the Javascript list? I've found a way around it, so this should do for now. Just rename the anim.js file to xanim.js (the list is ordered by name). I usually don't do javascript so haven't realized this until now.

https://bootstrapstudio.io/tutorials/changing-file-include-order-js

https://bootstrapstudio.io/tutorials/changing-file-include-order-js

ooo thanks!