Skip to content

Commit

Permalink
Updating Bundling and Minification topic - dotnet#2 - erikre
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikre committed Feb 5, 2016
1 parent b58ee90 commit 01f82e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions aspnet/client-side/bundling-and-minification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand All @@ -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:
Expand Down
1 change: 0 additions & 1 deletion aspnet/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Topics
performance/index
migration/index
API <https://docs.asp.net/projects/api>
samples/index
contribute/index
hosting/index

Expand Down

0 comments on commit 01f82e3

Please sign in to comment.