I've got 'use lowercase filenames' selected in my webhelp target, so my resources folder in the output directory is lowercase, but the stylesheet links are still uppercase (<link href="../Resources/stylesheets/audinate1.css" rel="stylesheet" />).
This is a bit of a pain when we publish to a linux webserver. Obviously I can edit it manually after publishing, but it's a bit of a hack, which I'll no doubt forget to do in the future - has anyone worked out how to fix that?
Resources folder not lowercase in css links
Re: Resources folder not lowercase in css links
It appears it corrects the tablestyles css link, but not the main stylesheet link:
<link href="resources/tablestyles/audinatetables1.css" rel="stylesheet" />
<link href="SkinSupport/MadCap.css" rel="stylesheet" />
<link href="Resources/stylesheets/audinate1.css" rel="stylesheet" />
<link href="resources/tablestyles/audinatetables1.css" rel="stylesheet" />
<link href="SkinSupport/MadCap.css" rel="stylesheet" />
<link href="Resources/stylesheets/audinate1.css" rel="stylesheet" />
Re: Resources folder not lowercase in css links
I'm pretty sure this is a consistent issue, so I've submitted it as a bug anyway.