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 home' for a particular package
- Assembly
- Cake
.Bower .dll - Namespace
- Cake
.Bower - Containing Type
- BowerRunner
Syntax
public IBowerRunnerCommands Home(string package)
Examples
Run 'bower home'
Task("Bower")
.Does(() =>
{
Bower.Home("jquery"));
});
Parameters
Name | Type | Description |
---|---|---|
package | string |
Return Value
Type | Description |
---|---|
IBowerRunnerCommands |