Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How is saveAsFile.js referenced? #3

Open
mfitconsultants opened this issue Jul 14, 2020 · 1 comment
Open

How is saveAsFile.js referenced? #3

mfitconsultants opened this issue Jul 14, 2020 · 1 comment

Comments

@mfitconsultants
Copy link

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).

@josephwambura
Copy link

I tried to look for it, till now! Still Cannot find it! Any success?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants