Jade compiled html is not loading jQuery Mobile css

Jade compiled html is not loading jQuery Mobile css

If I hard code an html file, jQuery Mobile works fine. But when I attempt to compile a .jade file into html and load the file, it loads without the jQuery Mobile css. Has anyone else experienced this problem?

EDIT:
I found that by using the web-based* links to the css and js files, everything works fine... but when I attempt to use local css and js files, I run into the above issue.

*<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" />
*<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
*<script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script>