forked from h5bp/mobile-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Firebug Lite
shichuan edited this page Mar 26, 2011
·
4 revisions
<!-- Debugger - remove for production -->
<!--<script src="https://getfirebug.com/firebug-lite.js"></script>-->
Because the full version of Firebug can't be installed on mobile browsers, Firebug Lite serves as the debugging tool, because it's JavaScript based, so it can be installed on any browser by including the script in a web page.
It's included in the index.html but by default commented out. Note this is for development process, it should be removed in production.