Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccallum authored Feb 28, 2019
1 parent b67ad9c commit bf84632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AspNetBundling
==============

[![Build status](https://ci.appveyor.com/api/projects/status/suqmxmi7f9l6cv1e/branch/master)](https://ci.appveyor.com/project/benmccallum/aspnetbundling/branch/master)
![Nuget](https://img.shields.io/nuget/dt/AspNetBundling.svg) [![Build status](https://ci.appveyor.com/api/projects/status/suqmxmi7f9l6cv1e/branch/master)](https://ci.appveyor.com/project/benmccallum/aspnetbundling/branch/master)

An assortment of bundling utility classes like a ScriptWithSourceMapBundle and fixes for the ASP.NET Web Optimization bundling framework.

Expand Down Expand Up @@ -41,4 +41,4 @@ Upgrade guide
### v2 to v3
I've changed the default behaviour of bundles to minify code (rather than just remove whitespace) as the default should be the best for the end user.
In doing this, some people using Angular that need DI variable names to be maintained will need
to ensure they're now opting in to no code minification with the appropriate `ScriptWithSourceMapBundle` constructor overload.
to ensure they're now opting in to no code minification with the appropriate `ScriptWithSourceMapBundle` constructor overload.

0 comments on commit bf84632

Please sign in to comment.