Socket
Book a DemoInstallSign in
Socket

BundleTransformer.MicrosoftAjax

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

BundleTransformer.MicrosoftAjax

BundleTransformer.MicrosoftAjax contains two minifier-adapters: `MicrosoftAjaxCssMinifier` (for minification of CSS code) and `MicrosoftAjaxJsMinifier` (for minification of JS code). These adapters perform minification by using the Microsoft Ajax Minifier.

Source
nugetNuGet
Version
1.14.0
Version published
Maintainers
1
Created
Source
          README file for Bundle Transformer: Microsoft Ajax v1.14.0
       Copyright (c) 2012-2024 Andrey Taritsyn - http://www.taritsyn.ru

=========== DESCRIPTION

BundleTransformer.MicrosoftAjax contains two minifier-adapters: MicrosoftAjaxCssMinifier (for minification of CSS code) and MicrosoftAjaxJsMinifier (for minification of JS code). These adapters perform minification by using the Microsoft Ajax Minifier (https://github.com/microsoft/ajaxmin).

============= RELEASE NOTES

Enabled a SourceLink.

==================== POST-INSTALL ACTIONS

To make MicrosoftAjaxCssMinifier is the default CSS minifier and MicrosoftAjaxJsMinifier is the default JS minifier, you need to make changes to the Web.config file. In defaultMinifier attribute of /configuration/bundleTransformer/core/css element must be set value equal to MicrosoftAjaxCssMinifier, and in same attribute of /configuration/bundleTransformer/core/js element - MicrosoftAjaxJsMinifier.

============= DOCUMENTATION

See documentation on GitHub - https://github.com/Taritsyn/BundleTransformer/wiki

Keywords

BundleTransformer

FAQs

Package last updated on 29 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts