I want to know the order firebug shows in script , css.Is it the real order in which
the files are loaded or they are shown in sorted alphabetical order.
I want to know the sequence order how they are loaded instead of doing viewsource.
any inputs will be appreciated.
Thanks.
Firebug’s Net tab will show you the order in which the browser makes requests. You can filter based on Javascript, CSS, images, etc. This is the “real” order, not alphabetized.