From 43fc84452458594d055cfef12c5a671d63d6174b Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Fri, 20 Feb 2015 12:19:23 -0800 Subject: [PATCH] Correct `grunt-bower-task` operation - jQuery and jQuery-validation files were not being copied - update to match more-recent VS templates nit: simplify wwwroot/lib directory tree slightly --- .../ValidationWebSite.Aria.RemoteAttribute_Home.Create.html | 2 +- .../ValidationWebSite.Root.RemoteAttribute_Home.Create.html | 2 +- test/WebSites/ValidationWebSite/Views/Shared/_Layout.cshtml | 2 +- test/WebSites/ValidationWebSite/bower.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/Compiler/Resources/ValidationWebSite.Aria.RemoteAttribute_Home.Create.html b/test/Microsoft.AspNet.Mvc.FunctionalTests/Compiler/Resources/ValidationWebSite.Aria.RemoteAttribute_Home.Create.html index c7344ea519..8d2f91ccfa 100644 --- a/test/Microsoft.AspNet.Mvc.FunctionalTests/Compiler/Resources/ValidationWebSite.Aria.RemoteAttribute_Home.Create.html +++ b/test/Microsoft.AspNet.Mvc.FunctionalTests/Compiler/Resources/ValidationWebSite.Aria.RemoteAttribute_Home.Create.html @@ -84,7 +84,7 @@ - + diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/Compiler/Resources/ValidationWebSite.Root.RemoteAttribute_Home.Create.html b/test/Microsoft.AspNet.Mvc.FunctionalTests/Compiler/Resources/ValidationWebSite.Root.RemoteAttribute_Home.Create.html index 3bb0b8666a..9ef01e1f36 100644 --- a/test/Microsoft.AspNet.Mvc.FunctionalTests/Compiler/Resources/ValidationWebSite.Root.RemoteAttribute_Home.Create.html +++ b/test/Microsoft.AspNet.Mvc.FunctionalTests/Compiler/Resources/ValidationWebSite.Root.RemoteAttribute_Home.Create.html @@ -84,7 +84,7 @@ - + diff --git a/test/WebSites/ValidationWebSite/Views/Shared/_Layout.cshtml b/test/WebSites/ValidationWebSite/Views/Shared/_Layout.cshtml index d403cd1e79..677217d3d1 100644 --- a/test/WebSites/ValidationWebSite/Views/Shared/_Layout.cshtml +++ b/test/WebSites/ValidationWebSite/Views/Shared/_Layout.cshtml @@ -25,7 +25,7 @@ @RenderBody() - + @RenderSection("scripts", required: false) \ No newline at end of file diff --git a/test/WebSites/ValidationWebSite/bower.json b/test/WebSites/ValidationWebSite/bower.json index 8724e16c39..c8c3da0f56 100644 --- a/test/WebSites/ValidationWebSite/bower.json +++ b/test/WebSites/ValidationWebSite/bower.json @@ -9,10 +9,10 @@ }, "exportsOverride": { "jquery": { - "js": "jquery.{js,min.js,min.map}" + "": "dist/jquery.{js,min.js,min.map}" }, "jquery-validation": { - "": "jquery.validate.js" + "": "dist/jquery.validate.{js,min.js}" }, "jquery-validation-unobtrusive": { "": "jquery.validate.unobtrusive.{js,min.js}"