Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CleanArchitecture
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CleanArchitecture
Commits
423195d8
Commit
423195d8
authored
Aug 30, 2018
by
Piotr Czech
Committed by
Steve Smith
Aug 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bower -> libman (#30)
* bower ->libman * default settings for libman
parent
1ce4c058
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
25 additions
and
247 deletions
+25
-247
.bowerrc
src/CleanArchitecture.Web/.bowerrc
+0
-3
CleanArchitecture.Web.csproj
src/CleanArchitecture.Web/CleanArchitecture.Web.csproj
+1
-0
_Layout.cshtml
src/CleanArchitecture.Web/Views/Shared/_Layout.cshtml
+2
-2
bower.json
src/CleanArchitecture.Web/bower.json
+0
-10
libman.json
src/CleanArchitecture.Web/libman.json
+22
-0
.bower.json
src/CleanArchitecture.Web/wwwroot/lib/bootstrap/.bower.json
+0
-44
LICENSE
src/CleanArchitecture.Web/wwwroot/lib/bootstrap/LICENSE
+0
-21
.bower.json
...Web/wwwroot/lib/jquery-validation-unobtrusive/.bower.json
+0
-44
.bower.json
...rchitecture.Web/wwwroot/lib/jquery-validation/.bower.json
+0
-40
LICENSE.md
...Architecture.Web/wwwroot/lib/jquery-validation/LICENSE.md
+0
-22
.bower.json
src/CleanArchitecture.Web/wwwroot/lib/jquery/.bower.json
+0
-25
LICENSE.txt
src/CleanArchitecture.Web/wwwroot/lib/jquery/LICENSE.txt
+0
-36
No files found.
src/CleanArchitecture.Web/.bowerrc
deleted
100644 → 0
View file @
1ce4c058
{
"directory": "wwwroot/lib"
}
src/CleanArchitecture.Web/CleanArchitecture.Web.csproj
View file @
423195d8
...
...
@@ -23,6 +23,7 @@
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.1.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="1.0.113" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="2.4.0" />
</ItemGroup>
...
...
src/CleanArchitecture.Web/Views/Shared/_Layout.cshtml
View file @
423195d8
...
...
@@ -39,7 +39,7 @@
@RenderBody()
<hr
/>
<footer>
<p>
©
201
6
- CleanArchitecture.Web
</p>
<p>
©
201
8
- CleanArchitecture.Web
</p>
</footer>
</div>
...
...
@@ -60,6 +60,6 @@
<script
src=
"~/js/site.min.js"
asp-append-version=
"true"
></script>
</environment>
@RenderSection("scripts", required:
false)
@await RenderSectionAsync("scripts", required: false).ConfigureAwait(
false)
</body>
</html>
src/CleanArchitecture.Web/bower.json
deleted
100644 → 0
View file @
1ce4c058
{
"name"
:
"asp.net"
,
"private"
:
true
,
"dependencies"
:
{
"bootstrap"
:
"3.3.7"
,
"jquery"
:
"3.2.1"
,
"jquery-validation"
:
"1.17.0"
,
"jquery-validation-unobtrusive"
:
"3.2.6"
}
}
src/CleanArchitecture.Web/libman.json
0 → 100644
View file @
423195d8
{
"version"
:
"1.0"
,
"defaultProvider"
:
"cdnjs"
,
"libraries"
:
[
{
"library"
:
"twitter-bootstrap@3.3.7"
,
"destination"
:
"wwwroot/lib/bootstrap/dist"
},
{
"library"
:
"jquery@3.2.1"
,
"destination"
:
"wwwroot/lib/jquery/dist"
},
{
"library"
:
"jquery-validate@1.17.0"
,
"destination"
:
"wwwroot/lib/jquery-validation/dist"
},
{
"library"
:
"jquery-validation-unobtrusive@3.2.10"
,
"destination"
:
"wwwroot/lib/jquery-validation-unobtrusive"
}
]
}
\ No newline at end of file
src/CleanArchitecture.Web/wwwroot/lib/bootstrap/.bower.json
deleted
100644 → 0
View file @
1ce4c058
{
"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"
:
"3.3.7"
,
"_originalSource"
:
"bootstrap"
}
\ No newline at end of file
src/CleanArchitecture.Web/wwwroot/lib/bootstrap/LICENSE
deleted
100644 → 0
View file @
1ce4c058
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.
src/CleanArchitecture.Web/wwwroot/lib/jquery-validation-unobtrusive/.bower.json
deleted
100644 → 0
View file @
1ce4c058
{
"name"
:
"jquery-validation-unobtrusive"
,
"version"
:
"3.2.6"
,
"homepage"
:
"https://github.com/aspnet/jquery-validation-unobtrusive"
,
"description"
:
"Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes."
,
"main"
:
[
"jquery.validate.unobtrusive.js"
],
"ignore"
:
[
"**/.*"
,
"*.json"
,
"*.md"
,
"*.txt"
,
"gulpfile.js"
],
"keywords"
:
[
"jquery"
,
"asp.net"
,
"mvc"
,
"validation"
,
"unobtrusive"
],
"authors"
:
[
"Microsoft"
],
"license"
:
"http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/aspnet/jquery-validation-unobtrusive.git"
},
"dependencies"
:
{
"jquery-validation"
:
">=1.8"
,
"jquery"
:
">=1.8"
},
"_release"
:
"3.2.6"
,
"_resolution"
:
{
"type"
:
"version"
,
"tag"
:
"v3.2.6"
,
"commit"
:
"13386cd1b5947d8a5d23a12b531ce3960be1eba7"
},
"_source"
:
"git://github.com/aspnet/jquery-validation-unobtrusive.git"
,
"_target"
:
"3.2.6"
,
"_originalSource"
:
"jquery-validation-unobtrusive"
}
\ No newline at end of file
src/CleanArchitecture.Web/wwwroot/lib/jquery-validation/.bower.json
deleted
100644 → 0
View file @
1ce4c058
{
"name"
:
"jquery-validation"
,
"homepage"
:
"http://jqueryvalidation.org/"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/jzaefferer/jquery-validation.git"
},
"authors"
:
[
"Jörn Zaefferer <joern.zaefferer@gmail.com>"
],
"description"
:
"Form validation made easy"
,
"main"
:
"dist/jquery.validate.js"
,
"keywords"
:
[
"forms"
,
"validation"
,
"validate"
],
"license"
:
"MIT"
,
"ignore"
:
[
"**/.*"
,
"node_modules"
,
"bower_components"
,
"test"
,
"demo"
,
"lib"
],
"dependencies"
:
{
"jquery"
:
">= 1.7.2"
},
"version"
:
"1.14.0"
,
"_release"
:
"1.14.0"
,
"_resolution"
:
{
"type"
:
"version"
,
"tag"
:
"1.14.0"
,
"commit"
:
"c1343fb9823392aa9acbe1c3ffd337b8c92fed48"
},
"_source"
:
"git://github.com/jzaefferer/jquery-validation.git"
,
"_target"
:
">=1.8"
,
"_originalSource"
:
"jquery-validation"
}
\ No newline at end of file
src/CleanArchitecture.Web/wwwroot/lib/jquery-validation/LICENSE.md
deleted
100644 → 0
View file @
1ce4c058
The MIT License (MIT)
=====================
Copyright Jörn Zaefferer
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.
src/CleanArchitecture.Web/wwwroot/lib/jquery/.bower.json
deleted
100644 → 0
View file @
1ce4c058
{
"name"
:
"jquery"
,
"main"
:
"dist/jquery.js"
,
"license"
:
"MIT"
,
"ignore"
:
[
"package.json"
],
"keywords"
:
[
"jquery"
,
"javascript"
,
"browser"
,
"library"
],
"homepage"
:
"https://github.com/jquery/jquery-dist"
,
"version"
:
"3.2.1"
,
"_release"
:
"3.2.1"
,
"_resolution"
:
{
"type"
:
"version"
,
"tag"
:
"3.2.1"
,
"commit"
:
"77d2a51d0520d2ee44173afdf4e40a9201f5964e"
},
"_source"
:
"https://github.com/jquery/jquery-dist.git"
,
"_target"
:
"3.2.1"
,
"_originalSource"
:
"jquery"
}
\ No newline at end of file
src/CleanArchitecture.Web/wwwroot/lib/jquery/LICENSE.txt
deleted
100644 → 0
View file @
1ce4c058
Copyright JS Foundation and other contributors, https://js.foundation/
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment