duod.pipeline

Members

Manifest constants

buildSwitch
enum buildSwitch;

Command line paramater that triggers an asset build.

Templates

Require
template Require(const string sourcePath)

This template, when instantiated represents a front end asset. The power of this template is in its differing actions from first instantiation compared to all others calls.

RequireMin
template RequireMin(const string sourcePath)

This is the same as Require however it also minifies the output.

Variables

staticDir
string staticDir;

A statically served directory.

webStaticDir
string webStaticDir;

The URL path that staticDir is mapped to.

Meta