vb-package

Packages the visual application's sources. It includes application optimization (vb-optimize) and build manifest generation (vb-manifest).

The following table describes the subtasks, hooks, and inputs and outputs of the vb-package task:

Detail Description
subtasks vb-optimize, vb-manifest-configuration, vb-manifest
multitask n/a
hooks vb-pre-package, vb-post-package
input build/processed/*
output build/optimized/*

The following table describes the options for the vb-package task:

Name Mandatory Default Value Description
skip-optimize No false If true, the vb-package task will not call the vb-optimize task.
clean-bundled-resources No false If true, will run the vb-require-bundle-clean task after vb-optimize and before vb-manifest.