You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Bower Actions in Continua are a wrapper around the Bower command line. If you're having trouble using any of the Bower actions, please refer to the Bower Command Line Reference.

The Bower update action is used to update installed Bower packages to their newest version according to the specifications in the bower.json file.

Name

A friendly name for this action (will be displayed in the actions workflow area).

Enabled

Determines if this action will be run within the relevant stage.

Package Directory

Where the packages to update are located. Relative paths will be anchored to the workspace folder.

Package Name(s)

A list of package names separated by spaces. 

Log standard output 

Tick to log the Bower output to the build log.

Verbose logging

Tick to log a more verbose Bower output

Using

The property collector pointing to the location of the Bower.cmd file.

Options

Several options are provided for specifying how the packages should be updated. Each option is described on the Options tab.

Environment Variables

Multiple environment variables can be defined - one per line. These are set before the Bower command line is run.

 

  • No labels