@Kellie : Interesting challenge you put here with question 1 ! And I found the answer inside your question
Indeed when the "Exclude content not linked directly or indirectly from the target" option is checked, the favicon file in your project goes out the window and my method fails...
So... I say "let's link indirectly to the favicon", through the css file you mentioned in your post !
Here is how:
- Open one of the stylesheets that are used by your project and add a "dummy" class to any of the elements listed.
This "dummy" class, of course, should not be used anywhere in your help pages or UI. - With the "dummy" class selected go and see the "cursor" css property (it is listed in the "Extensions" property group).
The cursor property group allows referencing a custom cursor image that displays when you hover over a chosen element. - As the value of the "cursor" css property, type:
Code: Select all
url("relative/path/to/your_favicon/favicon.ico") - Save, build and publish...
Your favicon.ico file should find again the way to your output.