Microsoft.AspNet.Web.Optimization
1.1.3
Install-Package Microsoft.AspNet.Web.Optimization -Version 1.1.3
dotnet add package Microsoft.AspNet.Web.Optimization --version 1.1.3
<PackageReference Include="Microsoft.AspNet.Web.Optimization" Version="1.1.3" />
paket add Microsoft.AspNet.Web.Optimization --version 1.1.3
#r "nuget: Microsoft.AspNet.Web.Optimization, 1.1.3"
// Install Microsoft.AspNet.Web.Optimization as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.Web.Optimization&version=1.1.3
// Install Microsoft.AspNet.Web.Optimization as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.Web.Optimization&version=1.1.3
ASP.NET Optimization introduces a way to bundle and optimize CSS and JavaScript files.
| Product | Versions |
|---|---|
| .NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Microsoft.Web.Infrastructure (>= 1.0.0)
- WebGrease (>= 1.5.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Microsoft.AspNet.Web.Optimization:
| Package | Downloads |
|---|---|
|
BundleTransformer.Core
Bundle Transformer - a modular extension for System.Web.Optimization (aka Microsoft ASP.NET Web Optimization Framework). Classes `CssTransformer` and `JsTransformer`, included in the core of Bundle Transformer, implement interface `IBundleTransform`. They are intended to replace the standard classes `CssMinify` and `JsMinify`. The main differences classes `CssTransformer` and `JsTransformer` from standard implementations: ability to exclude unnecessary assets when adding assets from a directory, does not produce the re-minification of code of pre-minified assets, support automatic transformation of relative paths to absolute in CSS-code (for `CssTransformer`), etc. These classes do not produce the minification of code in runtime, but this feature can be added by installing of minifier-adapter (now available adapters based on Microsoft Ajax Minifier, YUI Compressor for .NET, Google Closure Compiler, Douglas Crockford's JSMin, Dean Edwards' Packer, Mihai Bazon's UglifyJS, Sergey Kryzhanovsky's CSSO (CSS Optimizer), WebGrease and Clean-css). In addition, you can also install translator-adapters that implement the translation of code on intermediate languages (LESS, Sass, SCSS, CoffeeScript and TypeScript). This extension will help your web applications successfully pass a most part of the tests in YSlow. |
|
|
Microsoft.AspNet.Web.Optimization.de
Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET Web Optimization. |