From 2e79f234fb90e91a34c0b0c2ad3717700c75eeba Mon Sep 17 00:00:00 2001 From: Josh Williams Date: Wed, 24 Feb 2016 18:59:21 -0600 Subject: [PATCH] Change name of common folder to overrides. Modify index.js to account for this change. --- app/index.js | 8 ++++---- .../bootstrap/web/Views/Account/ConfirmEmail.cshtml | 0 .../web/Views/Account/ExternalLoginConfirmation.cshtml | 0 .../web/Views/Account/ExternalLoginFailure.cshtml | 0 .../bootstrap/web/Views/Account/ForgotPassword.cshtml | 0 .../web/Views/Account/ForgotPasswordConfirmation.cshtml | 0 .../bootstrap/web/Views/Account/Lockout.cshtml | 0 .../bootstrap/web/Views/Account/Login.cshtml | 0 .../bootstrap/web/Views/Account/Register.cshtml | 0 .../bootstrap/web/Views/Account/ResetPassword.cshtml | 0 .../web/Views/Account/ResetPasswordConfirmation.cshtml | 0 .../bootstrap/web/Views/Account/SendCode.cshtml | 0 .../bootstrap/web/Views/Account/VerifyCode.cshtml | 0 .../bootstrap/web/Views/Home/About.cshtml | 0 .../bootstrap/web/Views/Home/Contact.cshtml | 0 .../bootstrap/web/Views/Home/Index.cshtml | 0 .../bootstrap/web/Views/Manage/AddPhoneNumber.cshtml | 0 .../bootstrap/web/Views/Manage/ChangePassword.cshtml | 0 .../bootstrap/web/Views/Manage/Index.cshtml | 0 .../bootstrap/web/Views/Manage/ManageLogins.cshtml | 0 .../bootstrap/web/Views/Manage/SetPassword.cshtml | 0 .../bootstrap/web/Views/Manage/VerifyPhoneNumber.cshtml | 0 .../bootstrap/web/Views/Shared/Error.cshtml | 0 .../bootstrap/web/Views/Shared/_Layout.cshtml | 0 .../bootstrap/web/Views/Shared/_LoginPartial.cshtml | 0 .../web/Views/Shared/_ValidationScriptsPartial.cshtml | 0 .../bootstrap/web/Views/_ViewImports.cshtml | 0 .../bootstrap/web/wwwroot/css/site.css | 0 .../bootstrap/web/wwwroot/css/site.min.css | 0 .../bootstrap/web/wwwroot/js/site.js | 0 .../bootstrap/web/wwwroot/js/site.min.js | 0 .../bootstrap/webbasic/Home/About.cshtml | 0 .../bootstrap/webbasic/Home/Contact.cshtml | 0 .../bootstrap/webbasic/Home/Index.cshtml | 0 .../bootstrap/webbasic/Shared/Error.cshtml | 0 .../bootstrap/webbasic/Shared/_Layout.cshtml | 0 .../bootstrap/webbasic/_ViewImports.cshtml | 0 .../semantic/web/TagHelpers/MenuLinkTagHelper.cs | 0 .../semantic/web/Views/Account/ConfirmEmail.cshtml | 0 .../web/Views/Account/ExternalLoginConfirmation.cshtml | 0 .../web/Views/Account/ExternalLoginFailure.cshtml | 0 .../semantic/web/Views/Account/ForgotPassword.cshtml | 0 .../web/Views/Account/ForgotPasswordConfirmation.cshtml | 0 .../semantic/web/Views/Account/Info.cshtml | 0 .../semantic/web/Views/Account/Lockout.cshtml | 0 .../semantic/web/Views/Account/Login.cshtml | 0 .../semantic/web/Views/Account/Register.cshtml | 0 .../semantic/web/Views/Account/ResetPassword.cshtml | 0 .../web/Views/Account/ResetPasswordConfirmation.cshtml | 0 .../semantic/web/Views/Account/SendCode.cshtml | 0 .../semantic/web/Views/Account/VerifyCode.cshtml | 0 .../semantic/web/Views/Home/About.cshtml | 0 .../semantic/web/Views/Home/Contact.cshtml | 0 .../semantic/web/Views/Home/Index.cshtml | 0 .../semantic/web/Views/Manage/AddPhoneNumber.cshtml | 0 .../semantic/web/Views/Manage/ChangePassword.cshtml | 0 .../semantic/web/Views/Manage/Index.cshtml | 0 .../semantic/web/Views/Manage/ManageLogins.cshtml | 0 .../semantic/web/Views/Manage/SetPassword.cshtml | 0 .../semantic/web/Views/Manage/VerifyPhoneNumber.cshtml | 0 .../semantic/web/Views/Shared/Error.cshtml | 0 .../semantic/web/Views/Shared/_Layout.cshtml | 0 .../semantic/web/Views/Shared/_LoginPartial.cshtml | 0 .../web/Views/Shared/_ValidationScriptsPartial.cshtml | 0 .../semantic/web/Views/_ViewImports.cshtml | 0 .../semantic/web/wwwroot/css/site.css | 0 .../semantic/web/wwwroot/css/site.min.css | 0 .../semantic/web/wwwroot/js/semantic.validation.js | 0 .../{common => overrides}/semantic/web/wwwroot/js/site.js | 0 .../semantic/web/wwwroot/js/site.min.js | 0 .../semantic/webbasic/TagHelpers/MenuLinkTagHelper.cs | 0 .../semantic/webbasic/Views/Home/About.cshtml | 0 .../semantic/webbasic/Views/Home/Contact.cshtml | 0 .../semantic/webbasic/Views/Home/Index.cshtml | 0 .../semantic/webbasic/Views/Shared/Error.cshtml | 0 .../semantic/webbasic/Views/Shared/_Layout.cshtml | 0 .../semantic/webbasic/Views/_ViewImports.cshtml | 0 .../semantic/webbasic/wwwroot/css/site.css | 0 .../semantic/webbasic/wwwroot/css/site.min.css | 0 .../semantic/webbasic/wwwroot/js/semantic.validation.js | 0 .../semantic/webbasic/wwwroot/js/site.js | 0 .../semantic/webbasic/wwwroot/js/site.min.js | 0 82 files changed, 4 insertions(+), 4 deletions(-) rename templates/{common => overrides}/bootstrap/web/Views/Account/ConfirmEmail.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Account/ExternalLoginConfirmation.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Account/ExternalLoginFailure.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Account/ForgotPassword.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Account/ForgotPasswordConfirmation.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Account/Lockout.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Account/Login.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Account/Register.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Account/ResetPassword.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Account/ResetPasswordConfirmation.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Account/SendCode.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Account/VerifyCode.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Home/About.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Home/Contact.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Home/Index.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Manage/AddPhoneNumber.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Manage/ChangePassword.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Manage/Index.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Manage/ManageLogins.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Manage/SetPassword.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Manage/VerifyPhoneNumber.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Shared/Error.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Shared/_Layout.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Shared/_LoginPartial.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/Views/_ViewImports.cshtml (100%) rename templates/{common => overrides}/bootstrap/web/wwwroot/css/site.css (100%) rename templates/{common => overrides}/bootstrap/web/wwwroot/css/site.min.css (100%) rename templates/{common => overrides}/bootstrap/web/wwwroot/js/site.js (100%) rename templates/{common => overrides}/bootstrap/web/wwwroot/js/site.min.js (100%) rename templates/{common => overrides}/bootstrap/webbasic/Home/About.cshtml (100%) rename templates/{common => overrides}/bootstrap/webbasic/Home/Contact.cshtml (100%) rename templates/{common => overrides}/bootstrap/webbasic/Home/Index.cshtml (100%) rename templates/{common => overrides}/bootstrap/webbasic/Shared/Error.cshtml (100%) rename templates/{common => overrides}/bootstrap/webbasic/Shared/_Layout.cshtml (100%) rename templates/{common => overrides}/bootstrap/webbasic/_ViewImports.cshtml (100%) rename templates/{common => overrides}/semantic/web/TagHelpers/MenuLinkTagHelper.cs (100%) rename templates/{common => overrides}/semantic/web/Views/Account/ConfirmEmail.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Account/ExternalLoginConfirmation.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Account/ExternalLoginFailure.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Account/ForgotPassword.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Account/ForgotPasswordConfirmation.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Account/Info.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Account/Lockout.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Account/Login.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Account/Register.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Account/ResetPassword.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Account/ResetPasswordConfirmation.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Account/SendCode.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Account/VerifyCode.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Home/About.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Home/Contact.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Home/Index.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Manage/AddPhoneNumber.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Manage/ChangePassword.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Manage/Index.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Manage/ManageLogins.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Manage/SetPassword.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Manage/VerifyPhoneNumber.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Shared/Error.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Shared/_Layout.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Shared/_LoginPartial.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename templates/{common => overrides}/semantic/web/Views/_ViewImports.cshtml (100%) rename templates/{common => overrides}/semantic/web/wwwroot/css/site.css (100%) rename templates/{common => overrides}/semantic/web/wwwroot/css/site.min.css (100%) rename templates/{common => overrides}/semantic/web/wwwroot/js/semantic.validation.js (100%) rename templates/{common => overrides}/semantic/web/wwwroot/js/site.js (100%) rename templates/{common => overrides}/semantic/web/wwwroot/js/site.min.js (100%) rename templates/{common => overrides}/semantic/webbasic/TagHelpers/MenuLinkTagHelper.cs (100%) rename templates/{common => overrides}/semantic/webbasic/Views/Home/About.cshtml (100%) rename templates/{common => overrides}/semantic/webbasic/Views/Home/Contact.cshtml (100%) rename templates/{common => overrides}/semantic/webbasic/Views/Home/Index.cshtml (100%) rename templates/{common => overrides}/semantic/webbasic/Views/Shared/Error.cshtml (100%) rename templates/{common => overrides}/semantic/webbasic/Views/Shared/_Layout.cshtml (100%) rename templates/{common => overrides}/semantic/webbasic/Views/_ViewImports.cshtml (100%) rename templates/{common => overrides}/semantic/webbasic/wwwroot/css/site.css (100%) rename templates/{common => overrides}/semantic/webbasic/wwwroot/css/site.min.css (100%) rename templates/{common => overrides}/semantic/webbasic/wwwroot/js/semantic.validation.js (100%) rename templates/{common => overrides}/semantic/webbasic/wwwroot/js/site.js (100%) rename templates/{common => overrides}/semantic/webbasic/wwwroot/js/site.min.js (100%) diff --git a/app/index.js b/app/index.js index 06f10be..faa942f 100644 --- a/app/index.js +++ b/app/index.js @@ -233,8 +233,8 @@ var AspnetGenerator = yeoman.generators.Base.extend({ this.fs.copy(this.templatePath('wwwroot/**/*'), this.applicationName + '/wwwroot'); // UI Component Overrides - // If the developer has placed anything in common/ui-module/project-type/**/* then use it - this.fs.copyTpl(this.templatePath('/../../common/' + this.ui + '/' + this.type + '/**/*'), this.applicationName + '/', this.templatedata); + // If the developer has placed anything in overrides/ui-module/project-type/**/* then use it + this.fs.copyTpl(this.templatePath('/../../overrides/' + this.ui + '/' + this.type + '/**/*'), this.applicationName + '/', this.templatedata); break; case 'webbasic': @@ -266,8 +266,8 @@ var AspnetGenerator = yeoman.generators.Base.extend({ this.fs.copy(this.templatePath('wwwroot/**/*'), this.applicationName + '/wwwroot'); // UI Component Overrides - // If the developer has placed anything in common/ui-module/project-type/**/* then use it - this.fs.copyTpl(this.templatePath('/../../common/' + this.ui + '/' + this.type + '/**/*'), this.applicationName + '/', this.templatedata); + // If the developer has placed anything in overrides/ui-module/project-type/**/* then use it + this.fs.copyTpl(this.templatePath('/../../overrides/' + this.ui + '/' + this.type + '/**/*'), this.applicationName + '/', this.templatedata); break; case 'nancy': diff --git a/templates/common/bootstrap/web/Views/Account/ConfirmEmail.cshtml b/templates/overrides/bootstrap/web/Views/Account/ConfirmEmail.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Account/ConfirmEmail.cshtml rename to templates/overrides/bootstrap/web/Views/Account/ConfirmEmail.cshtml diff --git a/templates/common/bootstrap/web/Views/Account/ExternalLoginConfirmation.cshtml b/templates/overrides/bootstrap/web/Views/Account/ExternalLoginConfirmation.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Account/ExternalLoginConfirmation.cshtml rename to templates/overrides/bootstrap/web/Views/Account/ExternalLoginConfirmation.cshtml diff --git a/templates/common/bootstrap/web/Views/Account/ExternalLoginFailure.cshtml b/templates/overrides/bootstrap/web/Views/Account/ExternalLoginFailure.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Account/ExternalLoginFailure.cshtml rename to templates/overrides/bootstrap/web/Views/Account/ExternalLoginFailure.cshtml diff --git a/templates/common/bootstrap/web/Views/Account/ForgotPassword.cshtml b/templates/overrides/bootstrap/web/Views/Account/ForgotPassword.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Account/ForgotPassword.cshtml rename to templates/overrides/bootstrap/web/Views/Account/ForgotPassword.cshtml diff --git a/templates/common/bootstrap/web/Views/Account/ForgotPasswordConfirmation.cshtml b/templates/overrides/bootstrap/web/Views/Account/ForgotPasswordConfirmation.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Account/ForgotPasswordConfirmation.cshtml rename to templates/overrides/bootstrap/web/Views/Account/ForgotPasswordConfirmation.cshtml diff --git a/templates/common/bootstrap/web/Views/Account/Lockout.cshtml b/templates/overrides/bootstrap/web/Views/Account/Lockout.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Account/Lockout.cshtml rename to templates/overrides/bootstrap/web/Views/Account/Lockout.cshtml diff --git a/templates/common/bootstrap/web/Views/Account/Login.cshtml b/templates/overrides/bootstrap/web/Views/Account/Login.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Account/Login.cshtml rename to templates/overrides/bootstrap/web/Views/Account/Login.cshtml diff --git a/templates/common/bootstrap/web/Views/Account/Register.cshtml b/templates/overrides/bootstrap/web/Views/Account/Register.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Account/Register.cshtml rename to templates/overrides/bootstrap/web/Views/Account/Register.cshtml diff --git a/templates/common/bootstrap/web/Views/Account/ResetPassword.cshtml b/templates/overrides/bootstrap/web/Views/Account/ResetPassword.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Account/ResetPassword.cshtml rename to templates/overrides/bootstrap/web/Views/Account/ResetPassword.cshtml diff --git a/templates/common/bootstrap/web/Views/Account/ResetPasswordConfirmation.cshtml b/templates/overrides/bootstrap/web/Views/Account/ResetPasswordConfirmation.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Account/ResetPasswordConfirmation.cshtml rename to templates/overrides/bootstrap/web/Views/Account/ResetPasswordConfirmation.cshtml diff --git a/templates/common/bootstrap/web/Views/Account/SendCode.cshtml b/templates/overrides/bootstrap/web/Views/Account/SendCode.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Account/SendCode.cshtml rename to templates/overrides/bootstrap/web/Views/Account/SendCode.cshtml diff --git a/templates/common/bootstrap/web/Views/Account/VerifyCode.cshtml b/templates/overrides/bootstrap/web/Views/Account/VerifyCode.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Account/VerifyCode.cshtml rename to templates/overrides/bootstrap/web/Views/Account/VerifyCode.cshtml diff --git a/templates/common/bootstrap/web/Views/Home/About.cshtml b/templates/overrides/bootstrap/web/Views/Home/About.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Home/About.cshtml rename to templates/overrides/bootstrap/web/Views/Home/About.cshtml diff --git a/templates/common/bootstrap/web/Views/Home/Contact.cshtml b/templates/overrides/bootstrap/web/Views/Home/Contact.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Home/Contact.cshtml rename to templates/overrides/bootstrap/web/Views/Home/Contact.cshtml diff --git a/templates/common/bootstrap/web/Views/Home/Index.cshtml b/templates/overrides/bootstrap/web/Views/Home/Index.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Home/Index.cshtml rename to templates/overrides/bootstrap/web/Views/Home/Index.cshtml diff --git a/templates/common/bootstrap/web/Views/Manage/AddPhoneNumber.cshtml b/templates/overrides/bootstrap/web/Views/Manage/AddPhoneNumber.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Manage/AddPhoneNumber.cshtml rename to templates/overrides/bootstrap/web/Views/Manage/AddPhoneNumber.cshtml diff --git a/templates/common/bootstrap/web/Views/Manage/ChangePassword.cshtml b/templates/overrides/bootstrap/web/Views/Manage/ChangePassword.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Manage/ChangePassword.cshtml rename to templates/overrides/bootstrap/web/Views/Manage/ChangePassword.cshtml diff --git a/templates/common/bootstrap/web/Views/Manage/Index.cshtml b/templates/overrides/bootstrap/web/Views/Manage/Index.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Manage/Index.cshtml rename to templates/overrides/bootstrap/web/Views/Manage/Index.cshtml diff --git a/templates/common/bootstrap/web/Views/Manage/ManageLogins.cshtml b/templates/overrides/bootstrap/web/Views/Manage/ManageLogins.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Manage/ManageLogins.cshtml rename to templates/overrides/bootstrap/web/Views/Manage/ManageLogins.cshtml diff --git a/templates/common/bootstrap/web/Views/Manage/SetPassword.cshtml b/templates/overrides/bootstrap/web/Views/Manage/SetPassword.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Manage/SetPassword.cshtml rename to templates/overrides/bootstrap/web/Views/Manage/SetPassword.cshtml diff --git a/templates/common/bootstrap/web/Views/Manage/VerifyPhoneNumber.cshtml b/templates/overrides/bootstrap/web/Views/Manage/VerifyPhoneNumber.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Manage/VerifyPhoneNumber.cshtml rename to templates/overrides/bootstrap/web/Views/Manage/VerifyPhoneNumber.cshtml diff --git a/templates/common/bootstrap/web/Views/Shared/Error.cshtml b/templates/overrides/bootstrap/web/Views/Shared/Error.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Shared/Error.cshtml rename to templates/overrides/bootstrap/web/Views/Shared/Error.cshtml diff --git a/templates/common/bootstrap/web/Views/Shared/_Layout.cshtml b/templates/overrides/bootstrap/web/Views/Shared/_Layout.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Shared/_Layout.cshtml rename to templates/overrides/bootstrap/web/Views/Shared/_Layout.cshtml diff --git a/templates/common/bootstrap/web/Views/Shared/_LoginPartial.cshtml b/templates/overrides/bootstrap/web/Views/Shared/_LoginPartial.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Shared/_LoginPartial.cshtml rename to templates/overrides/bootstrap/web/Views/Shared/_LoginPartial.cshtml diff --git a/templates/common/bootstrap/web/Views/Shared/_ValidationScriptsPartial.cshtml b/templates/overrides/bootstrap/web/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/Shared/_ValidationScriptsPartial.cshtml rename to templates/overrides/bootstrap/web/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/templates/common/bootstrap/web/Views/_ViewImports.cshtml b/templates/overrides/bootstrap/web/Views/_ViewImports.cshtml similarity index 100% rename from templates/common/bootstrap/web/Views/_ViewImports.cshtml rename to templates/overrides/bootstrap/web/Views/_ViewImports.cshtml diff --git a/templates/common/bootstrap/web/wwwroot/css/site.css b/templates/overrides/bootstrap/web/wwwroot/css/site.css similarity index 100% rename from templates/common/bootstrap/web/wwwroot/css/site.css rename to templates/overrides/bootstrap/web/wwwroot/css/site.css diff --git a/templates/common/bootstrap/web/wwwroot/css/site.min.css b/templates/overrides/bootstrap/web/wwwroot/css/site.min.css similarity index 100% rename from templates/common/bootstrap/web/wwwroot/css/site.min.css rename to templates/overrides/bootstrap/web/wwwroot/css/site.min.css diff --git a/templates/common/bootstrap/web/wwwroot/js/site.js b/templates/overrides/bootstrap/web/wwwroot/js/site.js similarity index 100% rename from templates/common/bootstrap/web/wwwroot/js/site.js rename to templates/overrides/bootstrap/web/wwwroot/js/site.js diff --git a/templates/common/bootstrap/web/wwwroot/js/site.min.js b/templates/overrides/bootstrap/web/wwwroot/js/site.min.js similarity index 100% rename from templates/common/bootstrap/web/wwwroot/js/site.min.js rename to templates/overrides/bootstrap/web/wwwroot/js/site.min.js diff --git a/templates/common/bootstrap/webbasic/Home/About.cshtml b/templates/overrides/bootstrap/webbasic/Home/About.cshtml similarity index 100% rename from templates/common/bootstrap/webbasic/Home/About.cshtml rename to templates/overrides/bootstrap/webbasic/Home/About.cshtml diff --git a/templates/common/bootstrap/webbasic/Home/Contact.cshtml b/templates/overrides/bootstrap/webbasic/Home/Contact.cshtml similarity index 100% rename from templates/common/bootstrap/webbasic/Home/Contact.cshtml rename to templates/overrides/bootstrap/webbasic/Home/Contact.cshtml diff --git a/templates/common/bootstrap/webbasic/Home/Index.cshtml b/templates/overrides/bootstrap/webbasic/Home/Index.cshtml similarity index 100% rename from templates/common/bootstrap/webbasic/Home/Index.cshtml rename to templates/overrides/bootstrap/webbasic/Home/Index.cshtml diff --git a/templates/common/bootstrap/webbasic/Shared/Error.cshtml b/templates/overrides/bootstrap/webbasic/Shared/Error.cshtml similarity index 100% rename from templates/common/bootstrap/webbasic/Shared/Error.cshtml rename to templates/overrides/bootstrap/webbasic/Shared/Error.cshtml diff --git a/templates/common/bootstrap/webbasic/Shared/_Layout.cshtml b/templates/overrides/bootstrap/webbasic/Shared/_Layout.cshtml similarity index 100% rename from templates/common/bootstrap/webbasic/Shared/_Layout.cshtml rename to templates/overrides/bootstrap/webbasic/Shared/_Layout.cshtml diff --git a/templates/common/bootstrap/webbasic/_ViewImports.cshtml b/templates/overrides/bootstrap/webbasic/_ViewImports.cshtml similarity index 100% rename from templates/common/bootstrap/webbasic/_ViewImports.cshtml rename to templates/overrides/bootstrap/webbasic/_ViewImports.cshtml diff --git a/templates/common/semantic/web/TagHelpers/MenuLinkTagHelper.cs b/templates/overrides/semantic/web/TagHelpers/MenuLinkTagHelper.cs similarity index 100% rename from templates/common/semantic/web/TagHelpers/MenuLinkTagHelper.cs rename to templates/overrides/semantic/web/TagHelpers/MenuLinkTagHelper.cs diff --git a/templates/common/semantic/web/Views/Account/ConfirmEmail.cshtml b/templates/overrides/semantic/web/Views/Account/ConfirmEmail.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Account/ConfirmEmail.cshtml rename to templates/overrides/semantic/web/Views/Account/ConfirmEmail.cshtml diff --git a/templates/common/semantic/web/Views/Account/ExternalLoginConfirmation.cshtml b/templates/overrides/semantic/web/Views/Account/ExternalLoginConfirmation.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Account/ExternalLoginConfirmation.cshtml rename to templates/overrides/semantic/web/Views/Account/ExternalLoginConfirmation.cshtml diff --git a/templates/common/semantic/web/Views/Account/ExternalLoginFailure.cshtml b/templates/overrides/semantic/web/Views/Account/ExternalLoginFailure.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Account/ExternalLoginFailure.cshtml rename to templates/overrides/semantic/web/Views/Account/ExternalLoginFailure.cshtml diff --git a/templates/common/semantic/web/Views/Account/ForgotPassword.cshtml b/templates/overrides/semantic/web/Views/Account/ForgotPassword.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Account/ForgotPassword.cshtml rename to templates/overrides/semantic/web/Views/Account/ForgotPassword.cshtml diff --git a/templates/common/semantic/web/Views/Account/ForgotPasswordConfirmation.cshtml b/templates/overrides/semantic/web/Views/Account/ForgotPasswordConfirmation.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Account/ForgotPasswordConfirmation.cshtml rename to templates/overrides/semantic/web/Views/Account/ForgotPasswordConfirmation.cshtml diff --git a/templates/common/semantic/web/Views/Account/Info.cshtml b/templates/overrides/semantic/web/Views/Account/Info.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Account/Info.cshtml rename to templates/overrides/semantic/web/Views/Account/Info.cshtml diff --git a/templates/common/semantic/web/Views/Account/Lockout.cshtml b/templates/overrides/semantic/web/Views/Account/Lockout.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Account/Lockout.cshtml rename to templates/overrides/semantic/web/Views/Account/Lockout.cshtml diff --git a/templates/common/semantic/web/Views/Account/Login.cshtml b/templates/overrides/semantic/web/Views/Account/Login.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Account/Login.cshtml rename to templates/overrides/semantic/web/Views/Account/Login.cshtml diff --git a/templates/common/semantic/web/Views/Account/Register.cshtml b/templates/overrides/semantic/web/Views/Account/Register.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Account/Register.cshtml rename to templates/overrides/semantic/web/Views/Account/Register.cshtml diff --git a/templates/common/semantic/web/Views/Account/ResetPassword.cshtml b/templates/overrides/semantic/web/Views/Account/ResetPassword.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Account/ResetPassword.cshtml rename to templates/overrides/semantic/web/Views/Account/ResetPassword.cshtml diff --git a/templates/common/semantic/web/Views/Account/ResetPasswordConfirmation.cshtml b/templates/overrides/semantic/web/Views/Account/ResetPasswordConfirmation.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Account/ResetPasswordConfirmation.cshtml rename to templates/overrides/semantic/web/Views/Account/ResetPasswordConfirmation.cshtml diff --git a/templates/common/semantic/web/Views/Account/SendCode.cshtml b/templates/overrides/semantic/web/Views/Account/SendCode.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Account/SendCode.cshtml rename to templates/overrides/semantic/web/Views/Account/SendCode.cshtml diff --git a/templates/common/semantic/web/Views/Account/VerifyCode.cshtml b/templates/overrides/semantic/web/Views/Account/VerifyCode.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Account/VerifyCode.cshtml rename to templates/overrides/semantic/web/Views/Account/VerifyCode.cshtml diff --git a/templates/common/semantic/web/Views/Home/About.cshtml b/templates/overrides/semantic/web/Views/Home/About.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Home/About.cshtml rename to templates/overrides/semantic/web/Views/Home/About.cshtml diff --git a/templates/common/semantic/web/Views/Home/Contact.cshtml b/templates/overrides/semantic/web/Views/Home/Contact.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Home/Contact.cshtml rename to templates/overrides/semantic/web/Views/Home/Contact.cshtml diff --git a/templates/common/semantic/web/Views/Home/Index.cshtml b/templates/overrides/semantic/web/Views/Home/Index.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Home/Index.cshtml rename to templates/overrides/semantic/web/Views/Home/Index.cshtml diff --git a/templates/common/semantic/web/Views/Manage/AddPhoneNumber.cshtml b/templates/overrides/semantic/web/Views/Manage/AddPhoneNumber.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Manage/AddPhoneNumber.cshtml rename to templates/overrides/semantic/web/Views/Manage/AddPhoneNumber.cshtml diff --git a/templates/common/semantic/web/Views/Manage/ChangePassword.cshtml b/templates/overrides/semantic/web/Views/Manage/ChangePassword.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Manage/ChangePassword.cshtml rename to templates/overrides/semantic/web/Views/Manage/ChangePassword.cshtml diff --git a/templates/common/semantic/web/Views/Manage/Index.cshtml b/templates/overrides/semantic/web/Views/Manage/Index.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Manage/Index.cshtml rename to templates/overrides/semantic/web/Views/Manage/Index.cshtml diff --git a/templates/common/semantic/web/Views/Manage/ManageLogins.cshtml b/templates/overrides/semantic/web/Views/Manage/ManageLogins.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Manage/ManageLogins.cshtml rename to templates/overrides/semantic/web/Views/Manage/ManageLogins.cshtml diff --git a/templates/common/semantic/web/Views/Manage/SetPassword.cshtml b/templates/overrides/semantic/web/Views/Manage/SetPassword.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Manage/SetPassword.cshtml rename to templates/overrides/semantic/web/Views/Manage/SetPassword.cshtml diff --git a/templates/common/semantic/web/Views/Manage/VerifyPhoneNumber.cshtml b/templates/overrides/semantic/web/Views/Manage/VerifyPhoneNumber.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Manage/VerifyPhoneNumber.cshtml rename to templates/overrides/semantic/web/Views/Manage/VerifyPhoneNumber.cshtml diff --git a/templates/common/semantic/web/Views/Shared/Error.cshtml b/templates/overrides/semantic/web/Views/Shared/Error.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Shared/Error.cshtml rename to templates/overrides/semantic/web/Views/Shared/Error.cshtml diff --git a/templates/common/semantic/web/Views/Shared/_Layout.cshtml b/templates/overrides/semantic/web/Views/Shared/_Layout.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Shared/_Layout.cshtml rename to templates/overrides/semantic/web/Views/Shared/_Layout.cshtml diff --git a/templates/common/semantic/web/Views/Shared/_LoginPartial.cshtml b/templates/overrides/semantic/web/Views/Shared/_LoginPartial.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Shared/_LoginPartial.cshtml rename to templates/overrides/semantic/web/Views/Shared/_LoginPartial.cshtml diff --git a/templates/common/semantic/web/Views/Shared/_ValidationScriptsPartial.cshtml b/templates/overrides/semantic/web/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from templates/common/semantic/web/Views/Shared/_ValidationScriptsPartial.cshtml rename to templates/overrides/semantic/web/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/templates/common/semantic/web/Views/_ViewImports.cshtml b/templates/overrides/semantic/web/Views/_ViewImports.cshtml similarity index 100% rename from templates/common/semantic/web/Views/_ViewImports.cshtml rename to templates/overrides/semantic/web/Views/_ViewImports.cshtml diff --git a/templates/common/semantic/web/wwwroot/css/site.css b/templates/overrides/semantic/web/wwwroot/css/site.css similarity index 100% rename from templates/common/semantic/web/wwwroot/css/site.css rename to templates/overrides/semantic/web/wwwroot/css/site.css diff --git a/templates/common/semantic/web/wwwroot/css/site.min.css b/templates/overrides/semantic/web/wwwroot/css/site.min.css similarity index 100% rename from templates/common/semantic/web/wwwroot/css/site.min.css rename to templates/overrides/semantic/web/wwwroot/css/site.min.css diff --git a/templates/common/semantic/web/wwwroot/js/semantic.validation.js b/templates/overrides/semantic/web/wwwroot/js/semantic.validation.js similarity index 100% rename from templates/common/semantic/web/wwwroot/js/semantic.validation.js rename to templates/overrides/semantic/web/wwwroot/js/semantic.validation.js diff --git a/templates/common/semantic/web/wwwroot/js/site.js b/templates/overrides/semantic/web/wwwroot/js/site.js similarity index 100% rename from templates/common/semantic/web/wwwroot/js/site.js rename to templates/overrides/semantic/web/wwwroot/js/site.js diff --git a/templates/common/semantic/web/wwwroot/js/site.min.js b/templates/overrides/semantic/web/wwwroot/js/site.min.js similarity index 100% rename from templates/common/semantic/web/wwwroot/js/site.min.js rename to templates/overrides/semantic/web/wwwroot/js/site.min.js diff --git a/templates/common/semantic/webbasic/TagHelpers/MenuLinkTagHelper.cs b/templates/overrides/semantic/webbasic/TagHelpers/MenuLinkTagHelper.cs similarity index 100% rename from templates/common/semantic/webbasic/TagHelpers/MenuLinkTagHelper.cs rename to templates/overrides/semantic/webbasic/TagHelpers/MenuLinkTagHelper.cs diff --git a/templates/common/semantic/webbasic/Views/Home/About.cshtml b/templates/overrides/semantic/webbasic/Views/Home/About.cshtml similarity index 100% rename from templates/common/semantic/webbasic/Views/Home/About.cshtml rename to templates/overrides/semantic/webbasic/Views/Home/About.cshtml diff --git a/templates/common/semantic/webbasic/Views/Home/Contact.cshtml b/templates/overrides/semantic/webbasic/Views/Home/Contact.cshtml similarity index 100% rename from templates/common/semantic/webbasic/Views/Home/Contact.cshtml rename to templates/overrides/semantic/webbasic/Views/Home/Contact.cshtml diff --git a/templates/common/semantic/webbasic/Views/Home/Index.cshtml b/templates/overrides/semantic/webbasic/Views/Home/Index.cshtml similarity index 100% rename from templates/common/semantic/webbasic/Views/Home/Index.cshtml rename to templates/overrides/semantic/webbasic/Views/Home/Index.cshtml diff --git a/templates/common/semantic/webbasic/Views/Shared/Error.cshtml b/templates/overrides/semantic/webbasic/Views/Shared/Error.cshtml similarity index 100% rename from templates/common/semantic/webbasic/Views/Shared/Error.cshtml rename to templates/overrides/semantic/webbasic/Views/Shared/Error.cshtml diff --git a/templates/common/semantic/webbasic/Views/Shared/_Layout.cshtml b/templates/overrides/semantic/webbasic/Views/Shared/_Layout.cshtml similarity index 100% rename from templates/common/semantic/webbasic/Views/Shared/_Layout.cshtml rename to templates/overrides/semantic/webbasic/Views/Shared/_Layout.cshtml diff --git a/templates/common/semantic/webbasic/Views/_ViewImports.cshtml b/templates/overrides/semantic/webbasic/Views/_ViewImports.cshtml similarity index 100% rename from templates/common/semantic/webbasic/Views/_ViewImports.cshtml rename to templates/overrides/semantic/webbasic/Views/_ViewImports.cshtml diff --git a/templates/common/semantic/webbasic/wwwroot/css/site.css b/templates/overrides/semantic/webbasic/wwwroot/css/site.css similarity index 100% rename from templates/common/semantic/webbasic/wwwroot/css/site.css rename to templates/overrides/semantic/webbasic/wwwroot/css/site.css diff --git a/templates/common/semantic/webbasic/wwwroot/css/site.min.css b/templates/overrides/semantic/webbasic/wwwroot/css/site.min.css similarity index 100% rename from templates/common/semantic/webbasic/wwwroot/css/site.min.css rename to templates/overrides/semantic/webbasic/wwwroot/css/site.min.css diff --git a/templates/common/semantic/webbasic/wwwroot/js/semantic.validation.js b/templates/overrides/semantic/webbasic/wwwroot/js/semantic.validation.js similarity index 100% rename from templates/common/semantic/webbasic/wwwroot/js/semantic.validation.js rename to templates/overrides/semantic/webbasic/wwwroot/js/semantic.validation.js diff --git a/templates/common/semantic/webbasic/wwwroot/js/site.js b/templates/overrides/semantic/webbasic/wwwroot/js/site.js similarity index 100% rename from templates/common/semantic/webbasic/wwwroot/js/site.js rename to templates/overrides/semantic/webbasic/wwwroot/js/site.js diff --git a/templates/common/semantic/webbasic/wwwroot/js/site.min.js b/templates/overrides/semantic/webbasic/wwwroot/js/site.min.js similarity index 100% rename from templates/common/semantic/webbasic/wwwroot/js/site.min.js rename to templates/overrides/semantic/webbasic/wwwroot/js/site.min.js