BundleTransformer.Closure contains two minifier-adapters for minification of JS code: `ClosureRemoteJsMinifier` and `ClosureLocalJsMinifier`. These adapters perform minification by using the Google Closure Compiler.
$ dotnet add package BundleTransformer.ClosureBundleTransformer.Closure contains two minifier-adapters for minification of JS code: ClosureRemoteJsMinifier and ClosureLocalJsMinifier.
ClosureRemoteJsMinifier is based on the Google Closure Compiler Service API and requires a permanent connection to the Internet.
ClosureLocalJsMinifier is based on the Google Closure Compiler Application and for their work requires the latest version of compiler.jar file.