DockerBuild.Plugins.AssetsPlugins behaviour (DockerBuild v0.11.0) View Source
A behaviour for a plugin for Assets that implements additional callbacks for
- before_assets_copy
- assets_compile_commmand
Link to this section Summary
Callbacks
Invoked to discover the command to use for compiling assets.
Invoked before compiling assets
Invoked before copying assets into the docker image
Link to this section Types
Specs
The dockerfile config
Specs
The dockerfile
Link to this section Callbacks
Specs
Invoked to discover the command to use for compiling assets.
Only one plugin should be used that implements this function.
Specs
Invoked before compiling assets
Specs
Invoked before copying assets into the docker image