Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
BowerHelper
Contains function to run bower tasks
Nested types and modules
Type | Description |
BowerCommand |
The list of support Bower commands. The |
BowerParams |
The Bower parameter type |
InstallArgs |
Arguments for the Bower install command |
Functions and values
Function or value | Description | ||
Bower(setParams)
Signature: setParams:(BowerParams -> BowerParams) -> unit
|
Runs bower with the given modification function. Make sure to have bower installed,
you can install bower with nuget or a regular install. To change which Parameters
Sample
|
||
defaultBowerParams
Signature: BowerParams
|
Bower default parameters |
||
run(bowerParams)
Signature: bowerParams:BowerParams -> unit
|