There is one issue when I build a HTML5 project which imports from this global; I get the error:
Code: Select all
<LogEntry Message="Missing linked stylesheet /Content/Resources/Stylesheets/StylesForHomePage.css
" LineIndex="-1" CharInd- The given file - imported from Global - is confirmed to be in that location
- The styles in it - only used in the Home.page of the project - seem to be applied correctly to that page - the Home page looks as expected
Code: Select all
<link href="Resources/Stylesheets/StylesForHomePageRENAME.css" rel="stylesheet" type="text/css" />Code: Select all
<LogEntry Message="Missing linked stylesheet /Content/Resources/Stylesheets/StylesForHomePageRENAME.css
" LineIndex="-1" CharIndex="-1" Subsystem="CSS" Target="Template 2" ErrorID="10010" />
<LogEntry File="../../../Content/Resources/Fenergo/Content/Home.htm" Message="Missing linked source file: C:\Flare\FlareProductOffering\Content\Resources\Stylesheets\StylesForHomePageRENAME.css
" LineIndex="-1" CharIndex="-1" Subsystem="Compiler" Target="Template 2" ErrorID="10001" />
<LogEntry File="../../../Content/Home.htm" Message="Missing linked source file: C:\Flare\FlareProductOffering\Content\Resources\Stylesheets\StylesForHomePageRENAME.css
" LineIndex="-1" CharIndex="-1" Subsystem="Compiler" Target="Template 2" ErrorID="10001" />
P.