Closed
Description
Great library, it's been a delight using it.
I tried re-using some components and static assets by putting them all inside a RCL, but the static assets aren't copied over.
I've worked around this by manually doing a dotnet publish
of the project, grabbing everything under the published wwwroot
and copying its contents to the destinationRoot
folder replacing any files. Its somewhat of an awkward step, but seems to work nicely, and handles content in the referenced RCL (_content
prefixed folder).
Just wondering if you'd like to consider handling this inside AspNetStatic?
Metadata
Metadata
Assignees
Labels
No labels