MinifyJs.

MinifyJs(bool) Constructor

Summary

Minifies the JS content.
Assembly
Wyam.Minification.dll
Namespace
Wyam.Minification
Containing Type
MinifyJs

Syntax

public MinifyJs(bool isInlineCode = false)

Parameters

Name Type Description
isInlineCode bool Boolean to specify whether the content has inline JS code. Default value is false.

Return Value

Type Description
void
GitHub