Generates and registers gulp tasks for the provided node target.
Undertaker (or Gulp) registry used to generate tasks.
Target configuration.
Generates and registers gulp tasks for the provided node target.
Undertaker (or Gulp) instance where the tasks will be registered.
Target configuration.
Resolve absolute paths and dependencies for the provided target.
Non-resolved target.
Resolved target.
Generated using TypeDoc
This module defines the node target type used to build runnable Node applications.
In the following list of tasks,
{target}
represents the name of the target as defined by thename
property of the target options. The lib target provides the following tasks:{target}
Build and run the target.
{target}:build
Performs a full build of the application to the build directory.
{target}:run
Run the the Node application (without building it).