Skip to content

Include Content/* and Scripts/* files post-compilation #5

@Tarmil

Description

@Tarmil

This is necessary for VS Publish. For example, for an SPA there should be:

  <Target Name="IncludeContent" AfterTargets="WebSharperBundle">
    <ItemGroup>
      <Content Include="Content/*.*" />
    </ItemGroup>
  </Target>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions