The google prettify is working great for me. I have built an application with a Twitter bootstrap front-end and the google prettify syntax highlighting. But the application is also used for working offline e.g. localhost, so I included the prettify.js and prettify.css.
Now when I go offline and work in the application, it will start looking for online code through the local prettify.js version:
https://google-code-prettify.googlecode.com/svn/loader/lang-"+encodeURIComponent(D[m])+".js
https://google-code-prettify.googlecode.com/svn/loader/skins/"+encodeURIComponent(N[m])+".css
https://google-code-prettify.googlecode.com/svn/loader/prettify.css
It is working fine offline, but why is it requesting the external js and css files and how can I remove this from the minified prettify.js? I don't need it and it is slowing down the application.