Built in JS minifiers - Taritsyn/WebMarkupMin GitHub Wiki
JS minifiers are used in HTML and XHTML minifiers for minification of embedded and inline JS code. Be a JS minifier can any class, that implements the IJsMinifier
interface.
CrockfordJsMinifier
class implements a simple JS minifier based on the Douglas Crockford's JSMin.
If in your HTML/XHTML code is missing embedded or inline JS code, you can use instead of the real JS minifier the stub in the form of NullJsMinifier
class. This will allow you to save memory.