Skip to content
Taritsyn edited this page May 29, 2024 · 4 revisions

BundleTransformer.JsMin contains one minifier-adapter for minification of JS code - CrockfordJsMinifier. CrockfordJsMinifier is based on the C# port of Douglas Crockford's JSMin version of October 30, 2019.

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.