-
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
Rename client packages #34
Conversation
@@ -7,7 +7,7 @@ const config = { | |||
entry: "./src/index.js", | |||
output: { | |||
path: path.resolve(__dirname, "../.././wwwroot/js"), | |||
filename: "ktc-tagmanager.js", | |||
filename: "@kentico/xperience-tag-manager.js", |
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.
filename: "@kentico/xperience-tag-manager.js", | |
filename: "xperience-tag-manager.js", |
@@ -151,7 +151,7 @@ private IHtmlContent GetScriptSrcTag() | |||
["type"] = "module", | |||
["src"] = fileVersionProvider.AddFileVersionToPath( | |||
ViewContext.HttpContext.Request.PathBase, | |||
urlHelper.Content("~/_content/Kentico.Xperience.TagManager/js/ktc-tagmanager.js")) | |||
urlHelper.Content("~/_content/Kentico.Xperience.TagManager/js/@kentico/xperience-tag-manager.js")) |
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.
urlHelper.Content("~/_content/Kentico.Xperience.TagManager/js/@kentico/xperience-tag-manager.js")) | |
urlHelper.Content("~/_content/Kentico.Xperience.TagManager/js/xperience-tag-manager.js")) |
|
Motivation
Renames
ktc-tagmanager to @kentico/xperience-tag-manager
xperience-tagmanager-web-admin to @kentico/xperience-tag-manager-web-admin
to address possible package resolution issues.