Microsoft.AspNet.Web.Optimization
1.0.0
ASP.NET Optimization introduces a way to bundle and optimize css/js files.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.AspNet.Web.Optimization -Version 1.0.0
dotnet add package Microsoft.AspNet.Web.Optimization --version 1.0.0
<PackageReference Include="Microsoft.AspNet.Web.Optimization" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNet.Web.Optimization --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNet.Web.Optimization, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.AspNet.Web.Optimization as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.Web.Optimization&version=1.0.0
// Install Microsoft.AspNet.Web.Optimization as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.Web.Optimization&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- Microsoft.Web.Infrastructure (>= 1.0.0)
- WebGrease (>= 1.1.0)
Used By
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.
|