Options
All
  • Public
  • Public/Protected
  • All
Menu

External module targets/node

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 the name 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).

Index

Functions

generateNodeTasks

  • Generates and registers gulp tasks for the provided node target.

    Parameters

    • taker: Undertaker

      Undertaker (or Gulp) registry used to generate tasks.

    • targetOptions: NodeTarget

      Target configuration.

    Returns NodeTasks

registerNodeTasks

  • Generates and registers gulp tasks for the provided node target.

    Parameters

    • taker: Undertaker

      Undertaker (or Gulp) instance where the tasks will be registered.

    • targetOptions: NodeTarget

      Target configuration.

    Returns NodeTasks

resolveLibTarget

Generated using TypeDoc