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