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. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/42dfc7c7-7eb5-4fbc-adfe-b01d30f51d18%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
