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
execute 'bower list'
- Assembly
- Cake
.Bower .dll - Namespace
- Cake
.Bower - Containing Type
- BowerRunner
Syntax
public IBowerRunnerCommands List(BowerListSettings settings)
Examples
Run 'bower list'
Task("Bower")
.Does(() =>
{
var settings = new BowerListSettings().WithPaths();
Bower.List(settings);
});
Parameters
Name | Type | Description |
---|---|---|
settings | BowerListSettings |
Return Value
Type | Description |
---|---|
IBowerRunnerCommands |