From 01f82e3e809052efd716143904e2c809144bffbf Mon Sep 17 00:00:00 2001 From: Erik Reitan Date: Fri, 5 Feb 2016 14:49:54 -0800 Subject: [PATCH] Updating Bundling and Minification topic - #2 - erikre --- aspnet/client-side/bundling-and-minification.rst | 6 +++--- aspnet/index.rst | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/aspnet/client-side/bundling-and-minification.rst b/aspnet/client-side/bundling-and-minification.rst index 91612ba02bc2..979388b4409b 100644 --- a/aspnet/client-side/bundling-and-minification.rst +++ b/aspnet/client-side/bundling-and-minification.rst @@ -98,8 +98,8 @@ Controlling Bundling and Minification In general, you want to use the bundled and minified files of your app only in a production environment. During development, you want to use your original files so your app is easier to debug. -Setting the Environment -^^^^^^^^^^^^^^^^^^^^^^^^^ +Setting the environment +^^^^^^^^^^^^^^^^^^^^^^^ When working with an app created using the **ASP.NET 5 Web Application** template in Visual Studio, bundling and minification is enabled by setting the ``Hosting:Environment`` value to ``Production``. @@ -114,7 +114,7 @@ The property sheet for the app will be displayed. The next time you run your app, the bundled and minified assets will be used rather than the regular assets. The **Web Application** template includes code that recognizes when it use the bundled and minified assets. -Viewing the App Based on Environment +Viewing the app based on environment ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ To see an example of the app template using the ``Hosting:Environment`` value, use the following steps: diff --git a/aspnet/index.rst b/aspnet/index.rst index e776dcb216c1..0a7b9374bbb5 100644 --- a/aspnet/index.rst +++ b/aspnet/index.rst @@ -38,7 +38,6 @@ Topics performance/index migration/index API - samples/index contribute/index hosting/index