-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Could someone please explain how the content/saveAsFlie.js is referenced into the page of the BlazorExcelSpreadSheet project?
Am I missing something here? I can see in the .csproj there is
<ItemGroup>
<!-- .js/.css files will be referenced via <script>/<link> tags; other content files will just be included in the app's 'dist' directory without any tags referencing them -->
<EmbeddedResource Include="content\**\*.js" LogicalName="blazor:js:%(RecursiveDir)%(Filename)%(Extension)" />
<EmbeddedResource Include="content\**\*.css" LogicalName="blazor:css:%(RecursiveDir)%(Filename)%(Extension)" />
<EmbeddedResource Include="content\**" Exclude="**\*.js;**\*.css" LogicalName="blazor:file:%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>
But theres no refernce to the .js file anyway else (I can see).
Metadata
Metadata
Assignees
Labels
No labels