Documentation ¶
Index ¶
- type AssetBuilder
- type Builder
- func (a *Builder) BeforeBuild(ctx context.Context, root string, args []string) error
- func (bc *Builder) Build(ctx context.Context, root string, args []string) error
- func (a *Builder) BuildFlags() []*pflag.Flag
- func (a Builder) CmdName() string
- func (a Builder) Description() string
- func (a *Builder) Flags() *pflag.FlagSet
- func (a Builder) PluginName() string
- func (a *Builder) PrintFlags(w io.Writer) error
- func (bc *Builder) ScopedPlugins() []plugins.Plugin
- func (a Builder) String() string
- func (bc *Builder) WithPlugins(f plugins.Feeder)
- type Scripter
- type Stdouter
- type Tooler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetBuilder ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder is responsible for building webpack
func (*Builder) BeforeBuild ¶
BeforeBuild implements the build.BeforeBuilder interface to hook into the `buffalo build` lifecycle.
func (*Builder) Build ¶
Build implements the build.Builder interface to so it can be run as `buffalo build webpack`.
func (*Builder) BuildFlags ¶
func (Builder) Description ¶
func (Builder) PluginName ¶
func (*Builder) ScopedPlugins ¶
func (*Builder) WithPlugins ¶
Click to show internal directories.
Click to hide internal directories.