As you can see, this jquery mobile app, loads and renders the CSS just fine with this line in the main index.html –
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css" />
However attempting load it as follows:
<link rel="stylesheet" href="jquery.mobile-1.0a4.1.min.css" />
fails, even though the file is right there in the root directory since the webapp is a direct checkout of my github repository.
I may be looking in the wrong spot, but when I open the
.cssfile in your github repository, I see minified jquery code. Perhaps you saved over thecss?