OBSOLETE
This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.
BowerHelper
Contains function to run bower tasks
Nested types and modules
Type | Description |
BowerCommand |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. The list of support Bower commands. The |
BowerParams |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. The Bower parameter type |
InstallArgs |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Arguments for the Bower install command |
Functions and values
Function or value | Description | ||
Bower(setParams)
Signature: setParams:(BowerParams -> BowerParams) -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. 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
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Bower default parameters |
||
run(bowerParams)
Signature: bowerParams:BowerParams -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. |