-
Notifications
You must be signed in to change notification settings - Fork 19
JSMin
Taritsyn edited this page Mar 5, 2026
·
5 revisions
BundleTransformer.JsMin contains one minifier-adapter - CrockfordJsMinifier.
This adapter performs minification of JS code by using the JSMin for .NET version 2.2.0 (supports the Douglas Crockford's JSMin version of February 25, 2026).
To make CrockfordJsMinifier is the default JS minifier, you need to make changes to the Web.config file.
In the defaultMinifier attribute of the /configuration/bundleTransformer/core/js element must be set value equal to CrockfordJsMinifier.