I have an odd problem with the published output of my HTML5 top nav output.
There are two html topics that were incorrectly named with captials, so i renamed them to lower case. The word did not change, just the case of the first letter in the file name.
Both files show lower case in Flare and in the build output, but when i publish the output, the two topic files still have the earlier upper case.
eg file name Script.htm - i rename to script.htm and rebuild. output shows script.htm but when i publish it, the file is back to Script.htm.
And ideas?
I wonder if i at some point rename then outside of Flare, but cant recall and if so, i'm still not sure how to fix them. I tried renaming again in Flare, and also republishing all project files, but no luck
Cheers
Rick
Published output diff case than build output
-
Rene Severens
- Sr. Propeller Head
- Posts: 210
- Joined: Mon Sep 19, 2011 2:06 am
- Location: Netherlands - Zoetermeer
- Contact:
Re: Published output diff case than build output
Hi,
Once had the same issue and renamed by using another character to solve.
For example: When entered "topic" and saved, and renaming to "Topic" did not give the correct result, I first renamed to "Xopic" and saved and then renamed again to "Topic".
This was enough change to get the character error solved.
Greetings,
René Severens
Once had the same issue and renamed by using another character to solve.
For example: When entered "topic" and saved, and renaming to "Topic" did not give the correct result, I first renamed to "Xopic" and saved and then renamed again to "Topic".
This was enough change to get the character error solved.
Greetings,
René Severens
"The numbers are strange today; they somehow do not seem to add up."
-
cdschroeder
- Sr. Propeller Head
- Posts: 189
- Joined: Mon Feb 22, 2016 9:18 am
- Location: Cincinnati, OH
Re: Published output diff case than build output
You can also solve this at the target level without renaming your files. Open the HTML5 target, select the Advanced tab, and then select the Use lowercase filenames check box.
Casey

Re: Published output diff case than build output
Many thanks all - two great suggestions!