Releases: benmccallum/AspNetBundling
Releases · benmccallum/AspNetBundling
2.2.0
2.1.0
Added support for passing down two extra configurations to the ScriptWithSourceMapBundleBuilder.
- preserveImportantComments - now true by default, but can be passed false if needed.
- minifyCode - true by default, but can be passed false if preservation of things like variable names are required (e.g. Angular).
2.0.3
Fix for handling scenarios where web app is hosted under virtual directories.
- GitHub issue 9 (#9)
- Also logged on the official CodePlex page (http://aspnetoptimization.codeplex.com/workitem/83)
- And on SO as well (http://stackoverflow.com/questions/12577108/asp-net-mvc4-bundling-with-twitter-bootstrap/17702773)
2.0.2
Minor bug fix for data-uri handling.
2.0.1
Support the debugger by working around a bug in AjaxMin that hangs wh…
2.0.0
- General cleanup of solution.
- Renamed AjaxMinBundle to ScriptWithSourceMapBundle after removing stylesheet/CSS support given it's not supported by the minifier.
- Added better support for bundles that could have IItemTransforms in them.
- Added a TestWebsite project to aid in testing and debugging.
- Updated the sourceMappingURL comment to adhere to the latest source mapping specification recommendation (//# instead of //@).
1.0.0
Initial release of the library, available on NuGet.