Hello all,
My question is:
How can I manage the order of java scripts (order of appearance/declaration) for two distinct plugins?
For example, the plugin X depends on jQuery 1.11.2-0 jenkins plugin... however, the plugin that I'm developing, the plugin X, has some jQuery plugin declarations that should come AFTER the jQuery 1.11.2-0 java script declaration.
At the moment, the jQuery 1.11.2-0 jenkins plugin always come as the last declared java script in the <head> tag.
Is there any way to enforce that the java scripts from the plugin X comes always after jQuery 1.11.2-0 plugin declaration?
Thanks.