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 <
pulkit.bosc...@gmail.com> 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