Firebug was using RequireJS in the past, but not it's using custom simple module loader.
Here is the place where the loading starts https://github.com/firebug/firebug/blob/master/extension/content/firebug/main.js#L77 Honza On Feb 1, 11:08 am, Pulkit Bhuwalka <[email protected]> wrote: > Hi, > > i am working on a project which involves loading plugins dynamically using > requirejs. I wanted to have a look at how firebug is using requirejs to > load its extensions. I would appreciate it if someone could point me in the > right direction in the firebug sourcecode to see how firebug uses requirejs > to manage extensions. > > Thanks for the help. > > -Pulkit -- -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug --- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
