Bundle Transformer: Core NuGet Package

Bundle Transformer - a modular extension for the System.Web.Optimization (also known as the Microsoft ASP.NET Web Optimization Framework).

`StyleTransformer` and `ScriptTransformer` classes, included in the core of Bundle Transformer and implement the `IBundleTransform` interface. They are intended to replace the standard classes: `CssMinify` and `JsMinify`.

The main differences of the `StyleTransformer` and `ScriptTransformer` classes from a standard implementations: ability to exclude unnecessary assets when adding assets from a directory, does not produce the re-minification of pre-minified assets, support automatic transformation of relative paths to absolute in CSS code (by using the `UrlRewritingCssPostProcessor`), etc. These classes do not produce the minification of code in runtime, but this feature can be added by installing of minifier-modules (now available modules based on Microsoft Ajax Minifier, YUI Compressor for .NET, NUglify, 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-modules, that implement the translation of code on intermediate languages (LESS, Sass, SCSS, CoffeeScript, TypeScript, Mustache (by using Hogan) and Handlebars).

Apart from this, in the Bundle Transformer there is a third type of modules - postprocessors. Postprocessors runs after translators and before minifiers. Now available following postprocessors: URL rewriting CSS postprocessor (included in core) and postprocessor-module based on the Andrey Sitnik's Autoprefixer.

This extension will help your web applications successfully pass a most part of the tests in Google PageSpeed.




Got any Bundle Transformer: Core Question?





Info

Version: 1.10.0
Author(s): Andrey Taritsyn
Last Update: Wednesday, December 26, 2018
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/Taritsyn/BundleTransformer
NuGet Url: https://www.nuget.org/packages/BundleTransformer.Core


Install
Install-Package BundleTransformer.Core
dotnet add package BundleTransformer.Core
paket add BundleTransformer.Core
BundleTransformer.Core Download (Unzip the "nupkg" after downloading)

29 packages depend on this package.


Tags



STATS

must-have-score

4.3

avg-downloads-per-day

570

days-since-last-release

1940