Name a task function and register it to the provided Undertaker (or Gulp) instance.
Generates gulp tasks available for every target (base tasks).
Undertaker (or Gulp) registry used to generate tasks.
Target configuration.
Generate a copy task (and the corresponding watch task) for the copy operations described by copyOptions
Undertaker (or Gulp) instance used to define parallel tasks.
Base directory for source resolution.
Base directory for target (build) resolution.
Simple copy operations to apply for this copy task.
A tuple with the task function and corresponding watch task function.
Creates a Vinyl stream source from a Buffer.
Adds a display name to the supplied task function and returns the task function.
The display name to set.
The task function to name.
The input task, with its displayName
property set to name
.
Generates and registers gulp tasks available for every target (base tasks).
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 base target. Other targets extend it. It is an internal target and should not be used by consumers.