Copy folder as is , no generation #64
Unanswered
patvictoseika
asked this question in
Q&A
Replies: 1 comment
-
AS a "workaround" i've put the following into program.cs var result = await Bootstrapper
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
tried to put program.cs to ignore the generation of the assets/unify (is a library with css / js -> https://wrapbootstrap.com/theme/unify-responsive-website-template-WB0412697) (cause it seems to cause issues as it's just a file and it's taken as a ressource i guess)
program.cs
WebKeys.ExcludedPaths,
new List
{
new NormalizedPath("assets/unify")
})
the dotnet run --preview finish , but it doesnt copy the folder to output/assets/unify so it's missing.
Is there a way i can make it happen ?
Beta Was this translation helpful? Give feedback.
All reactions