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