Kentico / xperience-by-kentico-tag-manager

Enabling marketers to include prebuilt and custom tags into a website channel. Prebuilt are GTM, GA4, VWO, Intercom, MS Clarity
MIT License
2 stars 1 forks source link

Fix: NuGet static assets #24

Closed seangwright closed 2 months ago

seangwright commented 2 months ago

Motivation

Fixes #23 by removing incorrect <Folder> items in the .csproj Also adds VS Code tasks for building the Frontend JS

Checklist

How to test

  1. Update the Directory.Build.props VersionPrefix to 3.0.1
  2. Set the version of Kentico.Xperience.TagManager in Directory.Packages.props to 3.0.1
  3. Uncomment the LocalPackages package pattern for Kentico.Xperience.TagManager in the nuget.config
  4. Run the .NET pack VS Code task to create a local NuGet package
  5. Run the .NET Launch (DancingGoat) - LOCAL_NUGET launch configuration to load the library from the local NuGet package
  6. See the ktc-tagmanager.js script loads correctly

Note: These steps are also outlined in the docs.