-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(build): remove json files from nuget package content folders #18
Conversation
<Content Remove="Admin/Client/*.json" /> | ||
<Content Remove="Admin/FrontEnd/*.json" /> | ||
<Content Remove="Admin/*.json" /> | ||
<Content Remove="../Kentico.Xperience.TagManager/*.json"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix indentation.
@michalJakubis I resolved a couple outstanding issues with the repo and validated that the NuGet package no longer contains the extra files (it still had 1 extra, unused JS file when I initially tested). @bkapustik I noticed the However, I also saw there had been a line that was uncommented that should have been commented out, and it caused non-package local development to not work for you. I fixed this and I also improved the documentation for local NuGet package testing. |
Motivation
Checklist