When I added a base_url that ended in /, the stylesheet links ended up like:
<link rel="stylesheet" href="//theme/css/normalize.css" />
<link rel="stylesheet" href="//theme/css/skeleton.css" />
<link rel="stylesheet" href="//theme/css/statocles-default.css" />
Which clearly does not work.
When I added a base_url that ended in /, the stylesheet links ended up like:
Which clearly does not work.