Page 3 of 3

ordering load of javascript files

Posted: Thu Nov 10, 2016 7:15 am
by Serhii Kulibaba

Hello,

All files, which were defined in the User-Defined Resources tab will be added ti your application with the same order.


ordering load of javascript files

Posted: Thu Nov 10, 2016 7:53 am
by leven.steve

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?


ordering load of javascript files

Posted: Thu Nov 10, 2016 2:45 pm
by Serhii Kulibaba

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...


ordering load of javascript files

Posted: Thu Nov 10, 2016 3:44 pm
by leven.steve

OK. Unfortunately it's an Angular app anyway. Which means I'll have to find something that doesn't have any dependencies I guess.


ordering load of javascript files

Posted: Fri Nov 11, 2016 7:19 am
by Serhii Kulibaba

Sorry, I don't understand, do you need further assistance?


ordering load of javascript files

Posted: Fri Nov 11, 2016 1:25 pm
by leven.steve

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