This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Bower.
Summary
Bower runner settings extensions
- Assembly
- Cake
.Bower .dll - Namespace
- Cake
.Bower - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["BowerRunnerSettingsExtensions"]
class Type type-node
Syntax
public static class BowerRunnerSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
UseWorkingDirectory |
T |
Set the working directory for the bower runner settings
static
|
WithAllowRoot |
T |
Add --allow-root
static
|
WithForce |
T |
Add --force to the bower command
static
|
WithJson |
T |
Add --json
static
|
WithLogLevel |
T |
Sets the log level e.g. --loglevel=warn
static
|
WithOffline |
T |
Add --offline
static
|
WithQuiet |
T |
Add --quiet
static
|
WithSilent |
T |
Add --silent
static
|
WithVerbose |
T |
Add --verbose
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|