Socket
Book a DemoInstallSign in
Socket

BundleTransformer.NUglify

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

BundleTransformer.NUglify

BundleTransformer.NUglify contains two minifier-adapters: `NUglifyCssMinifier` (for minification of CSS code) and `NUglifyJsMinifier` (for minification of JS code). These adapters perform minification by using the NUglify.

Source
nugetNuGet
Version
1.15.5
Version published
Maintainers
1
Created
Source
              README file for Bundle Transformer: NUglify v1.15.5
       Copyright (c) 2012-2025 Andrey Taritsyn - http://www.taritsyn.ru

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

BundleTransformer.NUglify contains two minifier-adapters: NUglifyCssMinifier (for minification of CSS code) and NUglifyJsMinifier (for minification of JS code). These adapters perform minification by using the NUglify (https://github.com/trullock/NUglify) version 1.21.17.

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

Added support for the NUglify version 1.21.17.

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

To make NUglifyCssMinifier is the default CSS minifier and NUglifyJsMinifier 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 NUglifyCssMinifier, and in same attribute of /configuration/bundleTransformer/core/js element - NUglifyJsMinifier.

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

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

Keywords

BundleTransformer

FAQs

Package last updated on 05 Aug 2025

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