Remove remaining Bower references. Fixes #161.

This commit is contained in:
Steve Sanderson 2017-11-20 10:00:39 +00:00
Родитель 21b15803ae
Коммит 7f6abdfcdd
2 изменённых файлов: 1 добавлений и 4 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -8,7 +8,6 @@ packages/
artifacts/ artifacts/
PublishProfiles/ PublishProfiles/
.vs/ .vs/
bower_components/
node_modules/ node_modules/
debugSettings.json debugSettings.json
project.lock.json project.lock.json

Просмотреть файл

@ -38,7 +38,7 @@
<img src="~/images/banner3.svg" alt="Package Management" class="img-responsive" /> <img src="~/images/banner3.svg" alt="Package Management" class="img-responsive" />
<div class="carousel-caption" role="option"> <div class="carousel-caption" role="option">
<p> <p>
Bring in libraries from NuGet, Bower, and npm, and automate tasks using Grunt or Gulp. Bring in libraries from NuGet and npm, and automate tasks using Grunt or Gulp.
<a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkID=525029&clcid=0x409"> <a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkID=525029&clcid=0x409">
Learn More Learn More
</a> </a>
@ -72,7 +72,6 @@
<h2>Application uses</h2> <h2>Application uses</h2>
<ul> <ul>
<li>Sample pages using ASP.NET Core Razor Pages</li> <li>Sample pages using ASP.NET Core Razor Pages</li>
<li><a href="https://go.microsoft.com/fwlink/?LinkId=518004">Bower</a> for managing client-side libraries</li>
<li>Theming using <a href="https://go.microsoft.com/fwlink/?LinkID=398939">Bootstrap</a></li> <li>Theming using <a href="https://go.microsoft.com/fwlink/?LinkID=398939">Bootstrap</a></li>
</ul> </ul>
</div> </div>
@ -83,7 +82,6 @@
<li><a href="https://go.microsoft.com/fwlink/?LinkId=699315">Manage User Secrets using Secret Manager.</a></li> <li><a href="https://go.microsoft.com/fwlink/?LinkId=699315">Manage User Secrets using Secret Manager.</a></li>
<li><a href="https://go.microsoft.com/fwlink/?LinkId=699316">Use logging to log a message.</a></li> <li><a href="https://go.microsoft.com/fwlink/?LinkId=699316">Use logging to log a message.</a></li>
<li><a href="https://go.microsoft.com/fwlink/?LinkId=699317">Add packages using NuGet.</a></li> <li><a href="https://go.microsoft.com/fwlink/?LinkId=699317">Add packages using NuGet.</a></li>
<li><a href="https://go.microsoft.com/fwlink/?LinkId=699318">Add client packages using Bower.</a></li>
<li><a href="https://go.microsoft.com/fwlink/?LinkId=699319">Target development, staging or production environment.</a></li> <li><a href="https://go.microsoft.com/fwlink/?LinkId=699319">Target development, staging or production environment.</a></li>
</ul> </ul>
</div> </div>