Less.

Less(string, string[]) Constructor

Summary

Create the pipeline.
Assembly
Wyam.Web.dll
Namespace
Wyam.Web.Pipelines
Containing Type
Less

Syntax

public Less(string name, string[] patterns)

Parameters

Name Type Description
name string The name of this pipeline.
patterns string[] The patterns of Less files to read.

Return Value

Type Description
void
GitHub