Просмотр исходного кода

Merge pull request #44779 from surayya-MS/deleteBowerFromMvc

Deleted bower from Mvc
Surayya Huseyn Zada 3 лет назад
Родитель
Сommit
9d1ed524ad

+ 0 - 3
src/Mvc/samples/MvcSandbox/.bowerrc

@@ -1,3 +0,0 @@
-{
-  "directory": "wwwroot/lib"
-}

+ 0 - 14
src/Mvc/test/WebSites/BasicWebSite/_bower.json

@@ -1,14 +0,0 @@
-{
-    "name": "BasicWebSite",
-    "description": "Web site demonstrating various validations.",
-    "private": true,
-    "dependencies": {
-        "jquery-validation-unobtrusive": "4.0.0"
-    },
-    "exportsOverride": {
-        "jquery-validation-unobtrusive": {
-            "": "jquery.validate.unobtrusive.min.js"
-        },
-        "*": { }
-    }
-}

+ 0 - 7
src/Mvc/test/WebSites/BasicWebSite/_bower.readme

@@ -1,7 +0,0 @@
-To recreate minified JavaScript file,
-
-1. Update jquery-validation-unobtrusive version in _bower.json if necessary.
-2. Rename or copy _bower.json to bower.json, _gruntfile.js to gruntfile.js, and _package.json to package.json.
-3. Run build from the repo root. (Minimum command is `./build.sh --quiet run-grunt`.)
-4. Remove bower.json, gruntfile.js and package.json.
-5. Check in _bower.json and new jquery.validate.unobtrusive.min.js file.

+ 0 - 14
src/Mvc/test/WebSites/GenericHostWebSite/_bower.json

@@ -1,14 +0,0 @@
-{
-    "name": "GenericHostWebSite",
-    "description": "Web site demonstrating various validations.",
-    "private": true,
-    "dependencies": {
-        "jquery-validation-unobtrusive": "4.0.0"
-    },
-    "exportsOverride": {
-        "jquery-validation-unobtrusive": {
-            "": "jquery.validate.unobtrusive.min.js"
-        },
-        "*": { }
-    }
-}

+ 0 - 7
src/Mvc/test/WebSites/GenericHostWebSite/_bower.readme

@@ -1,7 +0,0 @@
-To recreate minified JavaScript file,
-
-1. Update jquery-validation-unobtrusive version in _bower.json if necessary.
-2. Rename or copy _bower.json to bower.json, _gruntfile.js to gruntfile.js, and _package.json to package.json.
-3. Run build from the repo root. (Minimum command is `./build.sh --quiet run-grunt`.)
-4. Remove bower.json, gruntfile.js and package.json.
-5. Check in _bower.json and new jquery.validate.unobtrusive.min.js file.