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 prune'
- Assembly
- Cake
.Bower .dll - Namespace
- Cake
.Bower - Containing Type
- BowerRunner
Syntax
public IBowerRunnerCommands Prune()
Examples
Run 'bower prune'
Task("Bower")
.Does(() =>
{
Bower.Prune();
});
Return Value
Type | Description |
---|---|
IBowerRunnerCommands |