firebug / firebug-lite

Firebug Lite: doing the Firebug way, anywhere.
http://getfirebug.com/firebuglite
Other
133 stars 59 forks source link

debugger.css references invalid image files #23

Open czue opened 6 years ago

czue commented 6 years ago

the debugger.css file references images that don't exist. for example condBorders.png.

This can cause issues if you are using any postprocessing to manage static resources, as the invalid references can crash certain tools. For example - this one with django's ManifestStaticFilesStorage

ihucos commented 6 years ago

Yes, same here