Javascript AMD issue using third party AMD Module (fontawesome iconpicker)

Re: Javascript AMD issue using third party AMD Module (fontawesome iconpicker)

by Justin Hunt -
Number of replies: 0
Picture of Particularly helpful Moodlers Picture of Plugin developers

Maybe you should create a bootstrap prerequisites module, which loads all the bootstrap bits,  and then declare that as dependency on the iconpickerincludes module. Because I do not think AMD guarantees to load the modules in the order you specify. It just guarantees that dependent modules of the current module will be loaded first. Make sense?

Perhaps you could try with transition and tooltip in the bootstrap prerequisites module, and see how that works.