Browse Source

Replaced Bower with Library Manager in WebStatusApp

pull/714/head
rafsanulhasan 6 years ago
parent
commit
7e9dedf77e
12 changed files with 47 additions and 9987 deletions
  1. +0
    -3
      src/Web/WebStatus/.bowerrc
  2. +5
    -0
      src/Web/WebStatus/WebStatus.csproj
  3. +0
    -8
      src/Web/WebStatus/bower.json
  4. +42
    -0
      src/Web/WebStatus/libman.json
  5. +0
    -45
      src/Web/WebStatus/wwwroot/lib/bootstrap/.bower.json
  6. +0
    -21
      src/Web/WebStatus/wwwroot/lib/bootstrap/LICENSE
  7. +0
    -13
      src/Web/WebStatus/wwwroot/lib/bootstrap/dist/js/npm.js
  8. +0
    -25
      src/Web/WebStatus/wwwroot/lib/jquery/.bower.json
  9. +0
    -36
      src/Web/WebStatus/wwwroot/lib/jquery/LICENSE.txt
  10. +0
    -9831
      src/Web/WebStatus/wwwroot/lib/jquery/dist/jquery.js
  11. +0
    -4
      src/Web/WebStatus/wwwroot/lib/jquery/dist/jquery.min.js
  12. +0
    -1
      src/Web/WebStatus/wwwroot/lib/jquery/dist/jquery.min.map

+ 0
- 3
src/Web/WebStatus/.bowerrc View File

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

+ 5
- 0
src/Web/WebStatus/WebStatus.csproj View File

@ -11,6 +11,7 @@
<PackageReference Include="Microsoft.ApplicationInsights.ServiceFabric" Version="2.1.1-beta1" />
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="2.1.0" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="1.0.113" />
</ItemGroup>
<ItemGroup>
@ -18,4 +19,8 @@
<ProjectReference Include="..\..\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks\Microsoft.Extensions.HealthChecks.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\lib\" />
</ItemGroup>
</Project>

+ 0
- 8
src/Web/WebStatus/bower.json View File

@ -1,8 +0,0 @@
{
"name": "asp.net",
"private": true,
"dependencies": {
"bootstrap": "3.3.7",
"jquery": "2.2.0"
}
}

+ 42
- 0
src/Web/WebStatus/libman.json View File

@ -0,0 +1,42 @@
{
"defaultProvider": "cdnjs",
"libraries": [
{
"destination": "wwwroot/lib/bootstrap",
"files": [
"dist/css/bootstrap.css",
"dist/css/bootstrap.css.map",
"dist/css/bootstrap.min.css",
"dist/css/bootstrap.min.css.map",
"dist/css/bootstrap-theme.css",
"dist/css/bootstrap-theme.css.map",
"dist/css/bootstrap-theme.min.css",
"dist/css/bootstrap-theme.min.css.map",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.woff2",
"dist/js/bootstrap.js",
"dist/js/bootstrap.min.js",
"fonts/glyphicons-halflings-regular.eot",
"fonts/glyphicons-halflings-regular.svg",
"fonts/glyphicons-halflings-regular.ttf",
"fonts/glyphicons-halflings-regular.woff",
"fonts/glyphicons-halflings-regular.woff2"
],
"library": "bootstrap@3.3.7",
"provider": "unpkg"
},
{
"destination": "wwwroot/lib/jquery",
"files": [
"jquery.js",
"jquery.min.js",
"jquery.min.map"
],
"library": "jquery@2.2.0"
}
],
"version": "1.0"
}

+ 0
- 45
src/Web/WebStatus/wwwroot/lib/bootstrap/.bower.json View File

@ -1,45 +0,0 @@
{
"name": "bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"keywords": [
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "http://getbootstrap.com",
"license": "MIT",
"moduleType": "globals",
"main": [
"less/bootstrap.less",
"dist/js/bootstrap.js"
],
"ignore": [
"/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
],
"dependencies": {
"jquery": "1.9.1 - 3"
},
"version": "3.3.7",
"_release": "3.3.7",
"_resolution": {
"type": "version",
"tag": "v3.3.7",
"commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
},
"_source": "https://github.com/twbs/bootstrap.git",
"_target": "v3.3.7",
"_originalSource": "bootstrap",
"_direct": true
}

+ 0
- 21
src/Web/WebStatus/wwwroot/lib/bootstrap/LICENSE View File

@ -1,21 +0,0 @@
The MIT License (MIT)
Copyright (c) 2011-2016 Twitter, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

+ 0
- 13
src/Web/WebStatus/wwwroot/lib/bootstrap/dist/js/npm.js View File

@ -1,13 +0,0 @@
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
require('../../js/transition.js')
require('../../js/alert.js')
require('../../js/button.js')
require('../../js/carousel.js')
require('../../js/collapse.js')
require('../../js/dropdown.js')
require('../../js/modal.js')
require('../../js/tooltip.js')
require('../../js/popover.js')
require('../../js/scrollspy.js')
require('../../js/tab.js')
require('../../js/affix.js')

+ 0
- 25
src/Web/WebStatus/wwwroot/lib/jquery/.bower.json View File

@ -1,25 +0,0 @@
{
"name": "jquery",
"main": "dist/jquery.js",
"license": "MIT",
"ignore": [
"package.json"
],
"keywords": [
"jquery",
"javascript",
"browser",
"library"
],
"homepage": "https://github.com/jquery/jquery-dist",
"version": "2.2.0",
"_release": "2.2.0",
"_resolution": {
"type": "version",
"tag": "2.2.0",
"commit": "6fc01e29bdad0964f62ef56d01297039cdcadbe5"
},
"_source": "git://github.com/jquery/jquery-dist.git",
"_target": "2.2.0",
"_originalSource": "jquery"
}

+ 0
- 36
src/Web/WebStatus/wwwroot/lib/jquery/LICENSE.txt View File

@ -1,36 +0,0 @@
Copyright jQuery Foundation and other contributors, https://jquery.org/
This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
available at https://github.com/jquery/jquery
The following license applies to all parts of this software except as
documented below:
====
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====
All files located in the node_modules and external directories are
externally maintained libraries used by this software which have their
own licenses; we recommend you read them, as their terms may differ from
the terms above.

+ 0
- 9831
src/Web/WebStatus/wwwroot/lib/jquery/dist/jquery.js
File diff suppressed because it is too large
View File


+ 0
- 4
src/Web/WebStatus/wwwroot/lib/jquery/dist/jquery.min.js
File diff suppressed because it is too large
View File


+ 0
- 1
src/Web/WebStatus/wwwroot/lib/jquery/dist/jquery.min.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save