From e480c2819111493d13f99d6f010a4fb87c0dcffc Mon Sep 17 00:00:00 2001 From: danroth27 Date: Wed, 28 Oct 2015 11:22:39 -0700 Subject: [PATCH] Add Scott Addie to authors list --- aspnet/client-side/bower.rst | 4 ++-- common/authors.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/aspnet/client-side/bower.rst b/aspnet/client-side/bower.rst index 3c00ce060a..c0357ccc10 100644 --- a/aspnet/client-side/bower.rst +++ b/aspnet/client-side/bower.rst @@ -1,7 +1,7 @@ Manage Client-Side Packages with Bower ====================================== -By `Noel Rice`_ and `Scott Addie `_ +By `Noel Rice`_, `Scott Addie`_ Bower is a "package manager for the web." Bower lets you install and restore client-side packages, including JavaScript and CSS libraries. For example, with Bower you can install CSS files, fonts, client frameworks, and JavaScript libraries from external sources. Bower resolves dependencies and will automatically download and install all the packages you need. For example, if you configure Bower to load the Bootstrap package, the necessary jQuery package will automatically come along for the ride. For server-side libraries like the MVC 6 framework, you will still use NuGet Package Manager. @@ -19,7 +19,7 @@ Client-side packages are listed in the bower.json file. The ASP.NET 5 Starter We Let’s add support for photo albums by installing the `Fotorama `_ jQuery plugin. -#. At the end of the ``dependencies`` section in bower.json, add a comma and type "fotorama". Notice as you type that you get Intellisense with a list of available packages. Select "fotorama" from the list. +#. At the end of the ``dependencies`` section in bower.json, add a comma and type "fotorama". Notice as you type that you get IntelliSense with a list of available packages. Select "fotorama" from the list. .. image:: bower/_static/add-package.png :width: 150px diff --git a/common/authors.txt b/common/authors.txt index c7244d7b81..e1b86deddd 100644 --- a/common/authors.txt +++ b/common/authors.txt @@ -8,3 +8,4 @@ .. _Pranav Rastogi: https://github.com/rustd .. _Tom Archer: https://github.com/tomarcher .. _David Paquette: https://github.com/dpaquette +.. _Scott Addie: http://scottaddie.com