Add punctuation.

pull/307/head
Noel Rice 2015-06-25 17:05:56 -07:00
parent f06620380f
commit bc669f91b3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ This topic will cover the following typical steps in using Gulp in your ASP.NET
ASP.NET Project Templates
-------------------------
New ASP.NET Web Applications created in Visual Studio 2015 start with the *Empty* *Web API" and *Web Site* templates. The *Web Site* template includes NPM and Gulp by default. NPM is preconfigured to add the Gulp.js package. Gulp is configured to copy Bootstrap, Hammer and jQuery client libraries to your web app directory.
New ASP.NET Web Applications created in Visual Studio 2015 start with the *Empty*, *Web API", and *Web Site* templates. The *Web Site* template includes NPM and Gulp by default. NPM is preconfigured to add the Gulp.js package. Gulp is configured to copy Bootstrap, Hammer and jQuery client libraries to your web app directory.
Add the Gulp package
--------------------