ordering load of javascript files
Hello,
All files, which were defined in the User-Defined Resources tab will be added ti your application with the same order.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello,
All files, which were defined in the User-Defined Resources tab will be added ti your application with the same order.
Which I understand, so if I want jQuery before Bootstrap and Bootbox last then I cannot make that happen using user-defined?
Is there a way to add the full jQuery module into the system resources so that it loads before Bootstrap?
You can set their order in the "User-Defined" tab, but you can't change an order of Appery.io system files (including jQuery).
But you can set any dependency you need in the Ionic app: https://docs.appery.io/docs/appbuilde...
OK. Unfortunately it's an Angular app anyway. Which means I'll have to find something that doesn't have any dependencies I guess.
Sorry, I don't understand, do you need further assistance?
No thank you. I mean I will have to find a different JS module/add-on that doesnt depend on jQuery and/or Bootstrap to be loaded in a particular order because I don;t have that level of control