Hi, It's recommended to reduce HTTP-Requests of a website to a minimum. That's why we concat several JavaScript sourcefiles and deliver them in one request.
An example of such a request you can find here: http://dsl.1und1.de/xml/jasmin/dslorder-de/css/AC:O:def The problem is, that JS-Errors in Firebug are hard to debug. At the moment, there is something like "Error in line 2056 in file http://dsl.1und1.de/xml/jasmin/dslorder-de/css/AC:O:def". A standardized comment for identifying and seperating the concatted sourcefiles for error messages in Firebug would be a great help. If you are searching for "//###" you can see that we already placed such comments for each source file. A comment like this instead would generate an Firebug output "Error in line 25 in file /common/script/pfo.js" which is much better to handle. I think this would also be useful for concatted CSS files and Inspect Mode outputs. Regards Nico --~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
