Portal minifies JS and CSS; and optimizes HTML (by stripping unnecessary characters, etc). Such files are optimized for production, but not for humans :) that dig into the code during development or debugging.
To disable minifiers and html stripping, append the following parameters to the URL line:
&js_fast_load=0&css_fast_load=0&strip=0

